]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix REASSIGN OWNED so that it works on procedural languages too.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 29 Apr 2008 19:37:13 +0000 (19:37 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 29 Apr 2008 19:37:13 +0000 (19:37 +0000)
commit6750c7a7517f293524299d23d4285a0070e165d5
tree49076c2e6aa36a739e618dd86d3f67e5b391f428
parent8209e1a9871bd07d872c0c4b2519e355d04509a8
Fix REASSIGN OWNED so that it works on procedural languages too.

The capability for changing language owners is new in 8.3, so that's how
far back this needs to be backpatched.

Per bug #4132 by Kirill Simonov.
src/backend/catalog/pg_shdepend.c
src/backend/commands/proclang.c
src/include/commands/proclang.h