summaryrefslogtreecommitdiff
path: root/net-setup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'net-setup.pl')
-rwxr-xr-xnet-setup.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-setup.pl b/net-setup.pl
index a9fc3341..ca2c16ac 100755
--- a/net-setup.pl
+++ b/net-setup.pl
@@ -779,6 +779,7 @@ sub check_pgconnect {
die "You have postgres version $version installed, "
. "we require a minimum of 8.0\n";
}
+ $dbh->{pg_enable_utf8} = 1;
};
if ($@) {
system("tput clear");