Re: 8.1 release notes
Michael Glaesemann <grzm@myrealbox.com>
From: Michael Glaesemann <grzm@myrealbox.com>
To: Michael Paesold <mpaesold@gmx.at>
Cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2005-08-23T09:26:47Z
Lists: pgsql-hackers
On Aug 23, 2005, at 6:07 PM, Michael Paesold wrote: > "This caused CREATE DATABASE to sometimes fail because a new > database can not be created if anyone else is in the template > database." > Shouldn't this read: > "This caused CREATE DATABASE to sometimes fail because a new > database could not be created if anyone else was in the template > database." iiuc, It's *always* the case that a new database can not be created if anyone is connected to template1, so *can not be* is more appropriate than *could not be*. It's still the case that if someone is connected to template1 when a CREATE DATABASE is issued, the command will fail. Michael Glaesemann grzm myrealbox com