Re: Database Connect

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Database Connect
Дата
Msg-id 26155.987776778@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Database Connect  (Michaël Fiey <m.fiey@futuresoundtech.com>)
Список pgsql-general
=?iso-8859-1?Q?Micha=EBl_Fiey?= <m.fiey@futuresoundtech.com> writes:
> But whan I start psql with the command 'psql mybase@myhost' I receive  :
> psql: FATAL 1: Database "mybase@myhost" does not exist in system catalog

This syntax isn't supported.

> I used this syntax with Postgresql 7.03.

There was some undocumented and mostly-broken code in libpq that tried
to be fancy about interpreting database names to mean more than just a
database name.  I don't recall all the arguments for taking it out
versus trying to fix and document it, but the upshot was we took it out.

            regards, tom lane

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

Предыдущее
От: Joel Burton
Дата:
Сообщение: Logical expn not shortcircuiting in trigger function?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Logical expn not shortcircuiting in trigger function?