From 1bcf16e4a89a09346813c1c47e75da99f74a65fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 Apr 2013 07:41:41 +0200 Subject: Update NEWS file --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') 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. -- cgit v1.1