aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-06-09 09:18:35 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-05 14:43:37 +0200
commitefbbb77c4a41da5b21302a385bbbb9fffb15e157 (patch)
tree60b8cdc63cb147de1e8a78cd88e71a965398aeda /odb/options.cli
parentd3d5e992c2983008fdf575a532ce67ac293a8361 (diff)
Update options file to include PostgreSQL
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/options.cli b/odb/options.cli
index a3595ce..d0e8f1c 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -49,7 +49,7 @@ class options
{
"<db>",
"Generate code for the <db> database. Valid values are \cb{mysql},
- \cb{sqlite}, and \cb{tracer}."
+ \cb{pgsql}, \cb{sqlite}, and \cb{tracer}."
};
bool --generate-query | -q
@@ -69,9 +69,9 @@ class options
Depending on the database being used (\cb{--database} option), the
schema is generated either as a standalone SQL file or embedded into
the generated C++ code. By default the SQL file is generated for
- the MySQL database and the schema is embedded into the C++ code for
- the SQLite database. Use the \cb{--schema-format} option to alter
- the default schema format."
+ the MySQL and PostgreSQL database and the schema is embedded into the
+ C++ code for the SQLite database. Use the \cb{--schema-format} option
+ to alter the default schema format."
};
std::set< ::schema_format> --schema-format