Re: psql: FATAL: database "template1" is not currently accepting connections - Mailing list pgsql-general

From Michael Fuhr
Subject Re: psql: FATAL: database "template1" is not currently accepting connections
Date
Msg-id 20050617135056.GA73152@winnie.fuhr.org
Whole thread Raw
In response to psql: FATAL: database "template1" is not currently accepting connections  (stig erikson <stigerikson_nospam_@yahoo.se>)
List 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 by date:

Previous
From: Jacob Atzen
Date:
Subject: Re: Backing up multiple databases
Next
From: Együd Csaba
Date:
Subject: Re: Making the DB secure