"Alexander M. Pravking" <[EMAIL PROTECTED]> writes: > Docs say: Only the database owner or a superuser can rename a database; > non-superuser owners must also have the CREATEDB privilege.
> Looks like a superuser must have CREATEDB too: Yeah, the test in RenameDatabase is only looking at createdb and not at superuserness. Seems like a bug to me --- or does anyone want to argue that the code behavior is correct and the docs are wrong? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend