Re: List of all system tables.
Richard Huxton <dev@archonet.com>
From: dev@archonet.com
To: Boulat Khakimov <boulat@inet-interactif.com>
Cc: pgsql-general@postgresql.org
Date: 2001-03-06T11:58:00Z
Lists: pgsql-general
On 3/6/01, 12:44:07 AM, Boulat Khakimov <boulat@inet-interactif.com> wrote regarding [GENERAL] List of all system tables.: > Hi, > How do I get the list of all system tables starting with "pg_" > Regards, > Boulat Khakimov Try \dS from the psql prompt. If you want to see how it does it try starting psql with a -E flag. - Richard Huxton