Re: database and table listing

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Stephen Patterson <steve(at)foxx(dot)uklinux(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: database and table listing
Date: 2000-11-01 19:17:14
Message-ID: 20001101211714.A18791@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Nov 01, 2000 at 07:00:12PM +0000, Stephen Patterson wrote:
> are there any SQL statements which I can type into the psql client to give
> a listing of available databases, available tables (within a database), and
> to view the structure of a single table.

Start psql as 'psql -E' and then try psql internal commands
so you see what queries psql itself generates.

--
marko

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Charles Tassell 2000-11-01 19:20:42 Two Postmasters on the Same Machine
Previous Message Richard Poole 2000-11-01 19:16:16 Re: database and table listing