Re: psql -l

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql -l
Дата
Msg-id 26349.995402069@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql -l  (will trillich <will@serensoft.com>)
Ответы Re: psql -l  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: psql -l  (will trillich <will@serensoft.com>)
Список pgsql-general
will trillich <will@serensoft.com> writes:
> in the old days (7.0.3) i could list databases via
>     psql -l
> but these days (7.1) i must
>     psql -l [-d] nameOfADatabaseFromPreordainedKnowledge
> probably because of some fuxnored setting. but which?

Sounds like you've got pg_hba.conf set to disallow connections to
template1, which is what psql tries to connect to when executing
a plain "psql -l".

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql -l
Следующее
От: will trillich
Дата:
Сообщение: Re: bit operations