OSDN Git Service

Fix REASSIGN OWNED so that it works on procedural languages too.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 29 Apr 2008 19:37:04 +0000 (19:37 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 29 Apr 2008 19:37:04 +0000 (19:37 +0000)
commit77d3b98c37da1e11fa32213354b95d280a0e5b63
tree958e6ed8670aaf430b061e884cbf6b992ec04ba9
parent6fff5c3b829420f13050149589c428197d3b725f
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