]> granicus.if.org Git - postgresql/commit
When querying a table with child tables, do not check permissions on the
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 23 Oct 2009 05:24:52 +0000 (05:24 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 23 Oct 2009 05:24:52 +0000 (05:24 +0000)
commit76d8883c8e3647ac2f7ff3c48226a25b1fd7888b
tree9f3199b99a0558a25d8ee04d7f8207ef6ecaced4
parentab61df9e527dcedbd3bbefbcb8b634b0b72f2ad5
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.
doc/src/sgml/ddl.sgml
src/backend/optimizer/prep/prepunion.c
src/test/regress/expected/privileges.out
src/test/regress/sql/privileges.sql