Fix unwanted denial of ALTER OWNER rights to superusers. There was some

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bf1e33d24a9611583595eb1c6cc2e7ce3fa01da4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-22T17:38:20Z
Releases: 8.1.0
Fix unwanted denial of ALTER OWNER rights to superusers.  There was some
discussion of getting around this by relaxing the checks made for regular
users, but I'm disinclined to toy with the security model right now,
so just special-case it for superusers where needed.

Files