Dotclear

Ticket #1006: dbschema_pgsql.patch

File dbschema_pgsql.patch, 421 bytes (added by bruno, 15 years ago)
  • class.pgsql.dbschema.php

     
    5151               $sql = 
    5252               'SELECT table_name '. 
    5353               'FROM information_schema.tables '. 
    54                "WHERE table_schema = current_schema "; 
     54               "WHERE table_schema = current_schema() "; 
    5555           
    5656               $rs = $this->con->select($sql); 
    5757           

Sites map