pgsql: When querying a table with child tables, do not check permissions

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When querying a table with child tables, do not check permissions
Date: 2009-10-23 05:24:52
Message-ID: 20091023052452.6EE58753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc/src/sgml:
ddl.sgml (r1.87 -> r1.88)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ddl.sgml?r1=1.87&r2=1.88)
pgsql/src/backend/optimizer/prep:
prepunion.c (r1.176 -> r1.177)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/prep/prepunion.c?r1=1.176&r2=1.177)
pgsql/src/test/regress/expected:
privileges.out (r1.50 -> r1.51)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/privileges.out?r1=1.50&r2=1.51)
pgsql/src/test/regress/sql:
privileges.sql (r1.29 -> r1.30)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/privileges.sql?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2009-10-24 13:14:39 pg-migrator - pg_migrator: Recommand just ANALYZE after migration,
Previous Message Tom Lane 2009-10-21 20:38:58 pgsql: Remove regex_flavor GUC, so that regular expressions are always