Re: Utility database (Was: RE: Autovacuum in the backend) - Mailing list pgsql-hackers

From William ZHANG
Subject Re: Utility database (Was: RE: Autovacuum in the backend)
Date
Msg-id d8u1gc$1jim$1@news.hub.org
Whole thread Raw
In response to Utility database (Was: RE: Autovacuum in the backend)  ("Dave Page" <dpage@vale-housing.co.uk>)
List 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




pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Utility database (Was: RE: Autovacuum in the backend)
Next
From: Andreas Pflug
Date:
Subject: Re: Autovacuum in the backend