From efbbb77c4a41da5b21302a385bbbb9fffb15e157 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 9 Jun 2011 09:18:35 +0200 Subject: Update options file to include PostgreSQL --- odb/options.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/options.cli') 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 { "", "Generate code for the 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 -- cgit v1.1