Committed by Greg Sabino Mullane <[email protected]> Typo
--- Pg.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Pg.pm b/Pg.pm index 7faf481..c525c7a 100644 --- a/Pg.pm +++ b/Pg.pm @@ -3141,7 +3141,7 @@ for the following two conditions: If this attribute is set to 0, then the internal C<utf8> flag will *never* be turned on for returned data, regardless of the current client_encoding. -If this attribute is set to -1, then the internal C<utf8> flag will *always* +If this attribute is set to 1, then the internal C<utf8> flag will *always* be turned on for returned data, regardless of the current client_encoding (with the exception of bytea data). -- 1.7.1
