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