Re: Template zero xid issue - Mailing list pgsql-general

From Keaton Adams
Subject Re: Template zero xid issue
Date
Msg-id 0B34A6972BF39E4CB465A64DBBAD2BB902261D3D@mxlhq-exch01.corp.mxlogic.com
Whole thread Raw
In response to Re: Template zero xid issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Template zero xid issue  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Template zero xid issue  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Sorry, I should have mentioned that to begin with: psql 8.1.4


mxl=# select datname, datallowconn from pg_database;
   datname    | datallowconn
--------------+--------------
 postgres     | t
 .
 .
 .
 template1    | t
 template0    | f
(7 rows)

It's set to false.

mxl=# \c template0;
FATAL:  database "template0" is not currently accepting connections
Previous connection kept


-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Monday, August 06, 2007 10:30 AM
To: Keaton Adams
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Template zero xid issue

"Keaton Adams" <kadams@mxlogic.com> writes:
> Our production DB shut down because of it:

[ squint... ]  Which PG version is this exactly?  Is template0 marked as
datallowconn in pg_database, or not?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Template zero xid issue
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Template zero xid issue