Thread: Post gresql commands

Post gresql commands

From
anwar
Date:
How can i get a list of database in postgresql

anwar



Re: Post gresql commands

From
Thomas Kellerer
Date:

anwar schrieb:
> How can i get a list of database in postgresql
>
> anwar

psql -l

for details see: http://www.postgresql.org/docs/7.4/static/app-psql.html

Re: Post gresql commands

From
Bruno Wolff III
Date:
On Thu, Feb 19, 2004 at 20:39:13 +0300,
  anwar <anwar@haseelah.com> wrote:
> How can i get a list of database in postgresql

psql -l

Re: Post gresql commands

From
Franco Bruno Borghesi
Date:
try
SELECT datname FROM pg_database;

On Thu, 2004-02-19 at 14:39, anwar wrote:
How can i get a list of database in postgresql

anwar



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate     subscribe-nomail command to majordomo@postgresql.org so that your     message can get through to the mailing list cleanly
Attachment