You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/11/04 23:14:17 UTC

svn commit: r1405652 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml

Author: tfischer
Date: Sun Nov  4 22:14:16 2012
New Revision: 1405652

URL: http://svn.apache.org/viewvc?rev=1405652&view=rev
Log:
TORQUE-241: document "create schema" command

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml?rev=1405652&r1=1405651&r2=1405652&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml Sun Nov  4 22:14:16 2012
@@ -396,8 +396,9 @@
     <p>
       In some databases (hsqldb, postgresql, mssql), a schema exists independly
       of other database objects (user or database). In these databases,
-      a "create schema" (but no "drop schema") command is created explicity
-      in the ddl-sql script.
+      a "create schema" (but no "drop schema") command(s) are created
+      automatically in the ddl-sql script if qualified names are used
+      as table names.
     </p>
 
   </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org