Re: removing a DB??

From: Mathijs Brands <mathijs(at)ilse(dot)nl>
To: Jens Hartwig <jhartwig(at)debis(dot)com>
Cc: bboett(at)erm1(dot)u-strasbg(dot)fr, pgsql-sql(at)postgresql(dot)org
Subject: Re: removing a DB??
Date: 2000-11-27 19:34:13
Message-ID: 20001127203413.A57613@ilse.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Mon, Nov 27, 2000 at 12:34:38PM +0100, Jens Hartwig allegedly wrote:
> Hello Bruno,
>
> you get a list of all available databases by issuing a query on
> "pg_database":
>
> select * from pg_database;
>
> What do you mean with "internal DB's"?
>
> Regards, Jens

You can also get a list of databases by executing psql -l from the
commandline.

My 0.02 euro,

Mathijs
--
"It is a great thing to start life with a small number of really good books
which are your very own".
Sir Arthur Conan Doyle (1859-1930)

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Folke Ashberg 2000-11-27 19:38:40 Re: [PHP] a script that queries database periodically
Previous Message Anthony 2000-11-27 19:33:11 Re: count( distinct x )