OSDN Git Service

Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Aug 2005 19:40:37 +0000 (19:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Aug 2005 19:40:37 +0000 (19:40 +0000)
commit83357da684b66c5ed50aac0326042fdcda7e3757
treed0a8e85ffb9484897950735dbfe1eda338f6da3c
parentbf1e33d24a9611583595eb1c6cc2e7ce3fa01da4
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.
doc/src/sgml/ref/alter_index.sgml
src/backend/commands/tablecmds.c
src/bin/pg_dump/pg_backup_archiver.c