Re: Connect without specifying a database?

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: Connect without specifying a database?
Дата
Msg-id 20090411155902.GC12225@frubble.xen.chris-lamb.co.uk
обсуждение исходный текст
Ответ на Re: Connect without specifying a database?  ("lists@mgreg.com" <lists@mgreg.com>)
Список pgsql-general
On Sat, Apr 11, 2009 at 11:49:25AM -0400, lists@mgreg.com wrote:
> I was
> hoping there were some higher level management items like "show
> databases", and "show tables", etc in Postgres as well.

The standard way would be to use the "information_schema", it's in the
SQL standard and supported by more than just one database engine.

> I also didn't
> want to depend on there being a table there that I needed to "get in
> the door" with, so to speak.  I'm guessing no one in the community
> sees this addition as desirable (or feasible)?

Anything can be done, it's just getting people enthusiastic enough to do
it!

--
  Sam  http://samason.me.uk/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Connect without specifying a database?
Следующее
От: Ries van Twisk
Дата:
Сообщение: Re: Connect without specifying a database?