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:12:34 UTC

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

Author: tfischer
Date: Sun Nov  4 22:12:34 2012
New Revision: 1405650

URL: http://svn.apache.org/viewvc?rev=1405650&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=1405650&r1=1405649&r2=1405650&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:12:34 2012
@@ -393,6 +393,13 @@
       the sequence will be generated in the same schema as the table.
     </p>
 
+    <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.
+    </p>
+
   </section>
  </body>
 </document>



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