Re: How do I list all tables?

From: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
To: Keith Perry <keith(at)vcsn(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: How do I list all tables?
Date: 2001-02-06 14:04:19
Message-ID: Pine.LNX.4.30.0102060903550.5205-100000@chapelperilous.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 31 Jan 2001, Keith Perry wrote:

> In 6.4.2 the "\?" output while in psql says that you can do "\d *" to
> list all of the tables in a particular database. In 7.0.3, this is NOT
> mentioned and the same syntax does NOT work. Is there another way to
> mimic the results of this statement in 6.4.2? Thanks!

\d with no arguments will list all tables.

-- Brett
http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
The human mind treats a new idea the way the body treats a strange
protein -- it rejects it.
-- P. Medawar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message James Thompson 2001-02-06 14:11:26 Re: GUI Clients for PostgreSQL
Previous Message Roderick A. Anderson 2001-02-06 13:46:04 Re: Foreign Keys