Cause ALTER OWNER commands to update the object's ACL, replacing references

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

Commit: d6f8a76cf234079b6c616c93e214458478c8bd0b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-01T20:30:49Z
Releases: 8.0.0
Cause ALTER OWNER commands to update the object's ACL, replacing references
to the old owner with the new owner.  This is not necessarily right, but
it's sure a lot more likely to be what the user wants than doing nothing.
Christopher Kings-Lynne, some rework by Tom Lane.

Files