From 3ec144d0ef0391bd959b5f4b39b725a0f68472e6 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 7 Oct 2008 19:11:06 +0000 Subject: - fix for postgresql git-svn-id: https://svn.roundcube.net/trunk@1955 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/bin/dumpschema.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roundcubemail/bin/dumpschema.php b/roundcubemail/bin/dumpschema.php index 9c9c7b81b..da82f7392 100644 --- a/roundcubemail/bin/dumpschema.php +++ b/roundcubemail/bin/dumpschema.php @@ -44,12 +44,15 @@ $options = array( 'debug' => false, 'quote_identifier' => true, 'force_defaults' => false, - 'portability' => false + 'portability' => false, + 'disable_smart_seqname' => true, + 'seqname_format' => '%s' ); $schema =& MDB2_Schema::factory($config->get('db_dsnw'), $options); $schema->db->supported['transactions'] = false; + // send as text/xml when opened in browser if ($_SERVER['REMOTE_ADDR']) header('Content-Type: text/xml'); -- cgit v1.2.3