Re: removing a DB??

Поиск
Список
Период
Сортировка
От Jens Hartwig
Тема Re: removing a DB??
Дата
Msg-id 3A2246CE.E8560B97@debis.com
обсуждение исходный текст
Ответ на removing a DB??  (Bruno Boettcher <bboett@erm1.u-strasbg.fr>)
Ответы Re: removing a DB??  (Mathijs Brands <mathijs@ilse.nl>)
Список pgsql-sql
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

Bruno Boettcher schrieb:
> 
> hello,
> 
> i have a nice command to create a db 'createdb', but hows when you want
> to get rid of a DB??  searched for a removedb script....
> Took me some time to read through the
> man page, find out how the command actually works, look up the SQL
> commands and find out that there's also a DROP DATABASE SQL-command...
> 
> And then looking up that there'S really a dropdb command....
> 
> would be really nice if in the man page there was a short ref, telling
> me about related commands.....
> 
> Then the question arouse, if i can create and destroy databases from
> SQL, building my install script, it would be nice to test for the
> presence of a DB and in case of inexistence, create it on the fly.
> 
> For this it would be nice if i could have found for each possible command
> in psql the SQL counterpart, notably, how to list all available DB's
> through SQL.
> 
> BTW shouldn't \l display also the internal DB's ? If it would i could
> have searched for the right table....
> 
> --
> ciao bboett
> ==============================================================
> bboett@earthling.net
> http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
> ===============================================================
> the total amount of intelligence on earth is constant.
> human population is growing....

-- 
Herzliche Grüße, Jens Hartwig

=============================================
Jens Hartwig
---------------------------------------------
debis Systemhaus GEI mbH
10875 Berlin
Tel.     : +49 (0)30 2554-3282
Fax      : +49 (0)30 2554-3187
Mobil    : +49 (0)170 167-2648
E-Mail   : jhartwig@debis.com
=============================================


В списке pgsql-sql по дате отправления:

Предыдущее
От: Bruno Boettcher
Дата:
Сообщение: removing a DB??
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Bad performing DELETE