Re: FATAL 1: Database template0 not accepting connection? - Mailing list pgsql-novice

From Joel Burton
Subject Re: FATAL 1: Database template0 not accepting connection?
Date
Msg-id Pine.LNX.4.30.0203081440420.11421-100000@temp.joelburton.com
Whole thread Raw
In response to FATAL 1: Database template0 not accepting connection?  ("Patrick Hatcher" <PHatcher@macys.com>)
List 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 by date:

Previous
From: Brian
Date:
Subject: Re: starting the postmaster
Next
From: Joel Burton
Date:
Subject: Re: [GENERAL] Conditional constraint?