aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-25 07:41:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-25 07:41:41 +0200
commit1bcf16e4a89a09346813c1c47e75da99f74a65fe (patch)
treeaf801123954cb3ca62d36685d9417338b5195006 /NEWS
parent8554cd89897f9cbd1705592cf0318b3ef4e42665 (diff)
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index caa8f44..225a38a 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,13 @@ Version 2.3.0
thrown if SQLite forces a transaction to roll back. For more information,
refer to Section 16.5.6, "Forced Rollback" in the ODB manual.
+ * New options, --pgsql-server-version, can be used to specify the minimum
+ PostgreSQL server version with which the generated C++ code and schema
+ will be used. Right now this information is used to enable the use of
+ the IF NOT EXISTS clause in the CREATE TABLE statement for the schema
+ version table creation in PostgreSQL 9.1 and later. Refer to the ODB
+ compiler command line interface documentation (man pages) for details.
+
* The --output-name option has been renamed to --input-name, which is more
semantically correct.