Обсуждение: Post gresql commands

Поиск
Список
Период
Сортировка

Post gresql commands

От
anwar
Дата:
How can i get a list of database in postgresql

anwar



Re: Post gresql commands

От
Thomas Kellerer
Дата:

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

От
Bruno Wolff III
Дата:
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

От
Franco Bruno Borghesi
Дата:
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
Вложения