When querying a table with child tables, do not check permissions on the
Peter Eisentraut <peter_e@gmx.net>
When querying a table with child tables, do not check permissions on the child tables. This was found to be useless and confusing in virtually all cases, and also contrary to the SQL standard.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ddl.sgml | modified | +11 −11 |
| src/backend/optimizer/prep/prepunion.c | modified | +2 −1 |
| src/test/regress/expected/privileges.out | modified | +16 −5 |
| src/test/regress/sql/privileges.sql | modified | +4 −3 |