Re: database and table listing - Mailing list pgsql-general

From Marko Kreen
Subject Re: database and table listing
Date
Msg-id 20001101211714.A18791@l-t.ee
Whole thread Raw
In response to database and table listing  (steve@foxx.uklinux.net (Stephen Patterson))
List 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


pgsql-general by date:

Previous
From: Henry Davie
Date:
Subject: Re: Hardwood Website
Next
From: Richard Poole
Date:
Subject: Re: database and table listing