Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than

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

Commit: 83357da684b66c5ed50aac0326042fdcda7e3757
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-22T19:40:37Z
Releases: 8.1.0
Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than
erroring out as it has done for the last couple weeks.  Document that this
form is now ignored because indexes can't usefully have different owners
from their parent tables.  Fix pg_dump to not generate ALTER OWNER commands
for indexes.

Files