alecpl
2008-10-07 06c3d10556726e1d822e5993ce8aaa74ce689f58
- fix for postgresql


1 files modified
5 ■■■■ changed files
bin/dumpschema.php 5 ●●●● patch | view | raw | blame | history
bin/dumpschema.php
@@ -44,12 +44,15 @@
    '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');