aboutsummaryrefslogtreecommitdiff
path: root/doc/odb-prologue.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-01 11:56:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-01 11:56:33 +0200
commitfe69d94f3d2dcb37d69ac2d7a0f88ad5fce2ad5c (patch)
treed93f7ea21f66e9fe416c48766b99f987ad7b3804 /doc/odb-prologue.xhtml
parent6c97eb68924e7f9ea5b0d859182562ec8f812a1e (diff)
Add support for embedded database schemas
New options: --schema-format, --default-schema. New example: schema/embedded.
Diffstat (limited to 'doc/odb-prologue.xhtml')
-rw-r--r--doc/odb-prologue.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/odb-prologue.xhtml b/doc/odb-prologue.xhtml
index d3edc41..61826e2 100644
--- a/doc/odb-prologue.xhtml
+++ b/doc/odb-prologue.xhtml
@@ -74,7 +74,7 @@
<code><b>name-odb.cxx</b></code> (source file).
Additionally, if the <code><b>--generate-schema</b></code> option is
- specified and the target database supports it, the <code><b>name.sql</b></code> database
- schema file is generated.</p>
+ specified and the <code><b>sql</b></code> schema format is requested,
+ the <code><b>name.sql</b></code> database schema file is generated.</p>
<h1>OPTIONS</h1>