Re: psql: FATAL: database "template1" is not currently accepting connections

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: psql: FATAL: database "template1" is not currently accepting connections
Дата
Msg-id 20050617135056.GA73152@winnie.fuhr.org
обсуждение исходный текст
Ответ на psql: FATAL: database "template1" is not currently accepting connections  (stig erikson <stigerikson_nospam_@yahoo.se>)
Список pgsql-general
On Fri, Jun 17, 2005 at 09:19:30AM +0200, stig erikson wrote:
>
> psql -l
> psql: FATAL:  database "template1" is not currently accepting connections

Did somebody set datallowconn to false for template1?  If you connect
to another database, what's the output of the following query?

SELECT datname, datallowconn FROM pg_database;

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Jacob Atzen
Дата:
Сообщение: Re: Backing up multiple databases
Следующее
От: Együd Csaba
Дата:
Сообщение: Re: Making the DB secure