Ticket #586 (closed Bug: fixed)
Pgsql list_tables() shows only tables from schema public
| Reported by: | fleximus | Owned by: | zombor |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2.1.2 |
| Component: | Libraries:Database | Version: | SVN HEAD |
| Keywords: | database, pgsql, schemas | Cc: |
Description
The fix:
$sql = 'SELECT table_schema || \'.\' || table_name FROM information_schema.tables WHERE table_schema NOT IN (\'pg_catalog\', \'information_schema\')';
Reference for Postgresql Schemas
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
