OSDN Git Service

Redo permissions-checking code so that it does the right thing at APPEND
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Mar 2000 05:15:33 +0000 (05:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Mar 2000 05:15:33 +0000 (05:15 +0000)
commitdad5bb01ba3ce42bc3d9454e8d6bf13920989bc6
tree5b66aef906e3a34b14e1f1861603537a5d961b8c
parentfd9ff86bd9c4f1a96f3796212212b4099ca275de
Redo permissions-checking code so that it does the right thing at APPEND
nodes.  The former version failed to check permissions of relations that
were referenced in second and later clauses of UNIONs, and it did not
check permissions of tables referenced via inheritance.
src/backend/executor/execMain.c
src/backend/executor/nodeSubplan.c