OSDN Git Service

Add missing support for removing foreign data wrapper / server privileges
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 12 Nov 2010 13:19:14 +0000 (15:19 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 12 Nov 2010 13:30:19 +0000 (15:30 +0200)
commit533073cf2321bb9fd3ec983443e41b7040f2771b
treefedf8e0f528d53a80304fb8bc2bb0977fbd8f803
parent9dba66c0e5248ad70f0a45b1b39ece6b1f549d53
Add missing support for removing foreign data wrapper / server privileges
belonging to a user at DROP OWNED BY. Foreign data wrappers and servers
don't do anything useful yet, which is why no-one has noticed, but since we
have them, seems prudent to fix this. Per report from Chetan Suttraway.
Backpatch to 9.0, 8.4 has the same problem but this patch didn't apply
there so I'm not going to bother.
src/backend/catalog/aclchk.c