Thread: List of all system tables.

List of all system tables.

From
Boulat Khakimov
Date:
Hi,

How do I get the list of all system tables starting with "pg_"


Regards,
Boulat Khakimov

--
Nothing Like the Sun

Re: List of all system tables.

From
Bruce Momjian
Date:
In psql, \dS.


> Hi,
>
> How do I get the list of all system tables starting with "pg_"
>
>
> Regards,
> Boulat Khakimov
>
> --
> Nothing Like the Sun
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Re: List of all system tables.

From
dev@archonet.com
Date:
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