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/