Re: list of tables ?

From: Ian Barwick <barwick(at)gmx(dot)net>
To: Steve Brett <SBrett(at)e-mis(dot)com>, "Pgsql-Sql (E-mail)" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: list of tables ?
Date: 2002-07-11 14:09:41
Message-ID: E17SeeP-0003Q9-00@lubitsch.akademie.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thursday 11 July 2002 16:00, Steve Brett wrote:
> can anyone point me in the right direction ?
>
> i need to list all the tables in a database.
>
> i've looked at pgadmin_tables which is empty and pga_schema whihc contains
> a sinlge row i don't want to parse ...
>
> is there an easier way t get a list of tables ?

Start psql with the -E option and issue \dt

This gives you the statement(s) used internally by psql.

Ian Barwick

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleus Mantzios 2002-07-11 14:09:53 Re: list of tables ?
Previous Message Steve Brett 2002-07-11 14:07:45 Re: list of tables ? -update to question ...