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: [email protected]
For additional commands, e-mail: [email protected]