Re: "template1" being accessed by other users

From: gonzales(at)linuxlouis(dot)net
To: "Michael P(dot) Soulier" <michael_soulier(at)mitel(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: "template1" being accessed by other users
Date: 2007-07-19 18:36:48
Message-ID: Pine.LNX.4.64.0707191436060.22229@mx1.linuxlouis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Not sure, but sounds like a max user connections is preventing successive
connections?

On Thu, 19 Jul 2007, Michael P. Soulier wrote:

> Hi,
>
> We're using postgres on a server where everything is automated, no human
> interaction save a web interface.
>
> I have an issue where a post-install script tries to create a database,
> and in 1 out of 10 cases I get this:
>
> "createdb: database creation failed: ERROR: source database "template1"
> is being accessed by other users"
>
> It is unclear what is using template1 at that time, logs say nothing but
> that doesn't mean it isn't happening.
>
> Can createdb block until template1 is available? Again, there's no human
> sitting at the box to intervene. This must complete, eventually.
>
> Thanks,
> Mike
>

--
Louis Gonzales
louis(dot)gonzales(at)linuxlouis(dot)net
http://www.linuxlouis.net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-07-19 18:41:33 Re: "template1" being accessed by other users
Previous Message Michael P. Soulier 2007-07-19 17:43:28 "template1" being accessed by other users