[DBD::Pg] Rename
dbdpg-commits-gENoVmVU/[email protected] Tue, 6 Sep 2011 13:02:47 +0000
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> 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