From 70546d29ff1a64633155e55d2973325164b01ba3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 26 May 2009 08:50:04 +0000 Subject: - Patch #472646 by Josh Waihi: fixed the PostgreSQL installation. --- includes/database/pgsql/database.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/database/pgsql/database.inc b/includes/database/pgsql/database.inc index 77a950dfe..c27e8203c 100644 --- a/includes/database/pgsql/database.inc +++ b/includes/database/pgsql/database.inc @@ -35,7 +35,7 @@ class DatabaseConnection_pgsql extends DatabaseConnection { )); // Force PostgreSQL to use the UTF-8 character set by default. - $this->exec('SET NAMES "UTF8"'); + $this->exec("SET NAMES 'UTF8'"); } public function query($query, array $args = array(), $options = array()) { -- cgit v1.2.3