Re: SQL Command - To List Tables ? - Mailing list pgsql-general

From Tom Lane
Subject Re: SQL Command - To List Tables ?
Date
Msg-id 13701.1062039489@sss.pgh.pa.us
Whole thread Raw
In response to Re: SQL Command - To List Tables ?  (Carmen Gloria Sepulveda Dedes <csepulveda@atichile.com>)
List pgsql-general
Carmen Gloria Sepulveda Dedes <csepulveda@atichile.com> writes:
> Hello.  I type \dt as user postgres, but it show only the tables within
> public schema.

More accurately, it shows the tables visible in your schema search path.

> I need to know all tables

\dt *.*

            regards, tom lane

pgsql-general by date:

Previous
From: darren@crystalballinc.com
Date:
Subject: Re: pgplsql - Oracle nvl
Next
From: Tom Lane
Date:
Subject: Re: plpgsql FOUND Variable