How do you say "show tables" (mysql) in Postgresql?
|
1
|
|
|
|
|
|
From the
(the system tables live in the pg_catalog database.) |
||
|
|
|
|
(For completeness) You could also query the (SQL-standard) information schema:
|
||
|
|
|
|
Moocha's answer is correct. Alternatively, you can use the pgadmin3 gui admin tool, or pgphpadmin. |
||
|
|
