Re: pg_dump: bug?
Gavin Sherry <swm@linuxworld.com.au>
From: Gavin Sherry <swm@linuxworld.com.au>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Neil Conway <nconway@klamath.dyndns.org>, pgsql-hackers@postgresql.org
Date: 2002-02-02T11:27:00Z
Lists: pgsql-hackers
On Sat, 2 Feb 2002, Tom Lane wrote: > However, it does seem that a superuser should be able to create > databases on behalf of users who can't themselves do so. So > I'd say that we need a "CREATE DATABASE foo WITH OWNER bar" option. I have submitted a patch to enable this. From memory Bruce put it against 7.3. Gavin