data dictionary

From: "Matthew Taylor" <bmatthewtaylor(at)hotmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: data dictionary
Date: 2001-01-19 10:29:41
Message-ID: OE37YZqB2xyPaZI758N000015a6@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message J.H.M. Dassen (Ray) 2001-01-19 11:25:20 Re: data dictionary
Previous Message R D 2001-01-19 08:14:07 GRANT odd behaviour - Bug or feature?

Browse pgsql-general by date

  From Date Subject
Next Message J.H.M. Dassen (Ray) 2001-01-19 11:25:20 Re: data dictionary
Previous Message Tibor Laszlo 2001-01-19 10:24:18 Re: pl/pgSQL & transaction