Re: database information

From: missive(at)frontiernet(dot)net (Lee Harr)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: database information
Date: 2001-07-30 22:33:42
Message-ID: 9k4nc6$3r3u$2@node21.cwnet.roc.gblx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 30 Jul 2001 20:28:32 +0000 (UTC), Peter Choe <choepete(at)mindspring(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Turner 2001-07-31 00:22:32 ODBC read/write permission in MS Access
Previous Message Lee Harr 2001-07-30 22:25:11 Re: referential integrity violation