Re: database information - Mailing list pgsql-general

From missive@frontiernet.net (Lee Harr)
Subject Re: database information
Date
Msg-id 9k4nc6$3r3u$2@node21.cwnet.roc.gblx.net
Whole thread Raw
In response to database information  (Peter Choe <choepete@mindspring.com>)
List pgsql-general
On Mon, 30 Jul 2001 20:28:32 +0000 (UTC), Peter Choe <choepete@mindspring.com>:
> how do i get the names of the databases that are created in postgres?
>

From psql:

\l

(also, see \? for additional handy tools)

or, from your shell:

psql -l


pgsql-general by date:

Previous
From: missive@frontiernet.net (Lee Harr)
Date:
Subject: Re: referential integrity violation
Next
From: Jason Turner
Date:
Subject: ODBC read/write permission in MS Access