Re: Utility database (Was: RE: Autovacuum in the backend)

From: "William ZHANG" <uniware(at)zedware(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Utility database (Was: RE: Autovacuum in the backend)
Date: 2005-06-17 08:25:29
Message-ID: d8u1gc$1jim$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I also think it is useful and make things easier.
A connection on template1 also prevent others to create new databases.

connection1:
template1#=

connection2:
foo=# create database bar;
ERROR: source database template1 is being accessed by other users

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-06-17 08:26:46 Re: Autovacuum in the backend
Previous Message Magnus Hagander 2005-06-17 08:11:38 Re: Utility database (Was: RE: Autovacuum in the backend)