Re: listing relations - Mailing list pgsql-general

From Tom Lane
Subject Re: listing relations
Date
Msg-id 19393.1244753622@sss.pgh.pa.us
Whole thread Raw
In response to Re: listing relations  (Brandon Metcalf <brandon@geronimoalloys.com>)
Responses Re: listing relations
List pgsql-general
Brandon Metcalf <brandon@geronimoalloys.com> writes:
> Is there a "\" command to show all tables in the current search path?

Even ones that are masked by earlier search_path entries?  No.
You could craft some manual query on pg_class, no doubt.

            regards, tom lane

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: search for partial dates
Next
From: Brandon Metcalf
Date:
Subject: Re: listing relations