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