Re: removing a DB?? - Mailing list pgsql-sql

From Mathijs Brands
Subject Re: removing a DB??
Date
Msg-id 20001127203413.A57613@ilse.nl
Whole thread Raw
In response to Re: removing a DB??  (Jens Hartwig <jhartwig@debis.com>)
List 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 bookswhich are your very own".        Sir Arthur
ConanDoyle  (1859-1930)
 


pgsql-sql by date:

Previous
From: Bernie Huang
Date:
Subject: a script that queries database periodically
Next
From: Anthony
Date:
Subject: Re: count( distinct x )