Front page | perl.dbd.pg.changes |
Postings from September 2011
[DBD::Pg] Rename
From:
dbdpg-commits
Date:
September 6, 2011 06:02
Subject:
[DBD::Pg] Rename
Message ID:
1315314167-16373-1-git-send-email-dbdpg-commits@bucardo.org
Committed by Greg Sabino Mullane <greg@endpoint.com>
Rename
---
Pg.pm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Pg.pm b/Pg.pm
index 0ab5009..989a245 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -1625,7 +1625,7 @@ use 5.006001;
pg_bool_tf => undef,
pg_db => undef,
pg_default_port => undef,
- pg_utf8_strings => undef,
+ pg_unicode => undef,
pg_enable_utf8 => undef,
pg_errorlevel => undef,
pg_expand_array => undef,
@@ -3122,7 +3122,7 @@ DBD::Pg specific attribute. Defaults to false. When true, question marks inside
are not treated as L<placeholders|/Placeholders>. Useful for statements that contain unquoted question
marks, such as geometric operators.
-=head3 B<pg_utf8_strings> (boolean)
+=head3 B<pg_unicode> (boolean)
DBD::Pg specific attribute. In normal use, this should not be needed, as it will be set
automatically according to the server encoding. SQL_ASCII will set this to false, while
@@ -3134,7 +3134,7 @@ it does.
=head3 B<pg_enable_utf8> (boolean)
-Deprecated, please use pg_utf8_strings instead.
+Deprecated, please use pg_unicode instead.
=head3 B<pg_errorlevel> (integer)
--
1.7.0.5
-
[DBD::Pg] Rename
by dbdpg-commits