pgloader 2.2.5 hits cvs

This commit is contained in:
dim 2007-12-07 22:25:28 +00:00
parent a530dedd66
commit b367b562f1
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -4,8 +4,9 @@ pgloader (2.2.5-1) unstable; urgency=low
* New client_min_messages, log_min_messages, log_file and lc_messages options
* Better reporting of DatabaseError (pkey violation, e.g.)
* Have logging of error data work again in all cases (DatabaseError)
* Protect some more settings from begin overwritten when using templates
-- Dimitri Fontaine <dim@tapoueh.org> Fri, 07 Dec 2007 14:48:08 +0100
-- Dimitri Fontaine <dim@tapoueh.org> Fri, 07 Dec 2007 23:24:58 +0100
pgloader (2.2.5~dev-1) unstable; urgency=low

View File

@ -2,7 +2,7 @@
#
# Some common options, for each module to get them
PGLOADER_VERSION = '2.2.5~dev'
PGLOADER_VERSION = '2.2.5'
INPUT_ENCODING = None
PG_CLIENT_ENCODING = 'latin9'