Ticket #1006: dbschema_pgsql.patch
File dbschema_pgsql.patch, 421 bytes (added by bruno, 15 years ago) |
---|
-
class.pgsql.dbschema.php
51 51 $sql = 52 52 'SELECT table_name '. 53 53 'FROM information_schema.tables '. 54 "WHERE table_schema = current_schema ";54 "WHERE table_schema = current_schema() "; 55 55 56 56 $rs = $this->con->select($sql); 57 57