]> git.ipfire.org Git - thirdparty/postgresql.git/commit
The attached patch changes ALTER TABLE OWNER to also change the
authorBruce Momjian <bruce@momjian.us>
Thu, 14 Mar 2002 22:44:50 +0000 (22:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 14 Mar 2002 22:44:50 +0000 (22:44 +0000)
commit31effd10feb9d402f171a82b8d953a7441c0d082
tree6cbab314a6c17c072aaf992cdae7dbe90bd3ebc1
parent01e322652b14c2aeac1737f29f8bcf9e18d1060e
The attached patch changes ALTER TABLE OWNER to also change the
ownership of any toast tables that belong to the table that is being
operated upon (as suggested by Tom Lane).

Neil Conway
src/backend/commands/command.c