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 [email protected]
Whole thread Raw
In response to Utility database (Was: RE: Autovacuum in the backend)  ("Dave Page" <[email protected]>)
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