From 3c809bc011f331b6e876e542688d4795f2e6bbcb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 13:26:27 +0200 Subject: Document database schema support --- odb/options.cli | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'odb') diff --git a/odb/options.cli b/odb/options.cli index 18bd232..1a0d0c1 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -88,9 +88,11 @@ class options { "", "Use as the database schema name. Schema names are primarily - used for distinguishing between multiple embedded schemas in the - schema catalog. If this option is not specified, the empty name, - which is the default schema name, is used." + used to distinguish between multiple embedded schemas in the schema + catalog. They are not to be confused with database schemas (database + namespaces) which are specified with the \cb{--schema} option. If + this option is not specified, the empty name, which is the default + schema name, is used." }; std::string --default-pointer = "*" @@ -146,7 +148,11 @@ class options qname --schema { "", - "Place database objects (tables, indexes, etc) into ." + "Specify a database schema (database namespace) that should be + assigned to the persistent classes in a file being compiled. + Database schemas are not to be confused with database schema + names (schema catalog names) which are specified with the + \cb{--schema-name} option." }; std::string --table-prefix -- cgit v1.1