Getting a Database List

Поиск
Список
Период
Сортировка
От Lee
Тема Getting a Database List
Дата
Msg-id 3d3f6495@news.starhub.net.sg
обсуждение исходный текст
Ответы Re: Getting a Database List
Re: Getting a Database List
Список pgsql-general
I need to know the interactive SQL syntax to get a listing of databases on
the current server.

Using Informix, the commands would be:
database sysmaster;
select name from sysdatabases;

MySQL:
show databases;

MS-SQL:
SELECT name FROM master..sysdatabases ORDER BY name

Please reply by posting to this newsgroup. My email address is hashed to
protect me from spamming.

Thanks,
Lee




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