Umm I must have missed it in the manual, (read it 3-4 times tho) but what is
the equivalent data dictionary structure in Postgres to the following in
Oracle.

Select table_name from user_tables;

(gives a list of the table names in the database(table space) used at the
time)

etc.... various special tables defining the data dictionary....

M

Reply via email to