summaryrefslogtreecommitdiff
path: root/lib/POE
diff options
context:
space:
mode:
Diffstat (limited to 'lib/POE')
-rw-r--r--lib/POE/Component/Pg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/POE/Component/Pg.pm b/lib/POE/Component/Pg.pm
index f6018d6..4a02caa 100644
--- a/lib/POE/Component/Pg.pm
+++ b/lib/POE/Component/Pg.pm
@@ -141,7 +141,7 @@ sub connect {
$_[HEAP]{dbi}->disconnect if $_[HEAP]{dbi};
$_[HEAP]{dbi} = DBI->connect(
@args{qw|dsn user password|},
- { RaiseError => 1, PrintError => 0, AutoCommit => 1, pg_enable_utf8 => 1 },
+ { RaiseError => 1, PrintError => 0, AutoCommit => 1 },
);
};
if($@) {