From: | Joel Burton <joel(at)joelburton(dot)com> |
---|---|
To: | Patrick Hatcher <PHatcher(at)macys(dot)com> |
Cc: | <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: FATAL 1: Database template0 not accepting connection? |
Date: | 2002-03-08 19:41:45 |
Message-ID: | Pine.LNX.4.30.0203081440420.11421-100000@temp.joelburton.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)joelburton(dot)com | joelburton.com | aim: wjoelburton
Independent Knowledge Management Consultant
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Burton | 2002-03-08 19:44:10 | Re: Conditional constraint? |
Previous Message | Brian | 2002-03-08 19:04:30 | Re: starting the postmaster |