Re: FATAL 1: Database template0 not accepting connection?

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: FATAL 1: Database template0 not accepting connection?
Дата
Msg-id Pine.LNX.4.30.0203081440420.11421-100000@temp.joelburton.com
обсуждение исходный текст
Ответ на FATAL 1: Database template0 not accepting connection?  ("Patrick Hatcher" <PHatcher@macys.com>)
Список pgsql-novice
On Fri, 8 Mar 2002, Patrick Hatcher wrote:

> I finally got my log to work, and the first thing I noticed was :
> FATAL 1:  Database "template0" is not currently accepting connections
> FATAL 1:  Database "template0" is not currently accepting connections
>
> should I be concerned about this?
> I'm running ver 7.2 on Red Hat

This is the message you get if you try to connect to template0 directly
(ie "psql template0"). Template0 is the "blank" pgsql database template
that contains just those things that come out-of-the-box.

So, it's right that template0 isn't accepting connections.
You might want to figure out why someone is trying to connet to it,
though.

--

Joel BURTON  |  joel@joelburton.com  |  joelburton.com  |  aim: wjoelburton
Independent Knowledge Management Consultant


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

Предыдущее
От: Brian
Дата:
Сообщение: Re: starting the postmaster
Следующее
От: Joel Burton
Дата:
Сообщение: Re: [GENERAL] Conditional constraint?