Dennis1993
2013-07-26 4bf322d256d0460a2df5c03b1e173f6ccd9a6eb3
program/lib/Roundcube/rcube_db_pgsql.php
@@ -29,6 +29,17 @@
    public $db_provider = 'postgres';
    /**
     * Driver-specific configuration of database connection
     *
     * @param array $dsn DSN for DB connections
     * @param PDO   $dbh Connection handler
     */
    protected function conn_configure($dsn, $dbh)
    {
        $this->query("SET NAMES 'utf8'");
    }
    /**
     * Get last inserted record ID
     *
     * @param string $table Table name (to find the incremented sequence)