pgsql: Show schemas in information_schema.schemata that the current has

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Show schemas in information_schema.schemata that the current has
Date: 2013-09-10 02:27:07
Message-ID: E1VJDfX-0006CU-Mh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Show schemas in information_schema.schemata that the current has access to

Before, it would only show schemas that the current user owns. Per
discussion, the new behavior is more useful and consistent for PostgreSQL.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b34f8f409bec4921d260ac84668917f5fff04319

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 5 +++--
src/backend/catalog/information_schema.sql | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2013-09-10 16:36:02 pgsql: Remove leftover function prototype.
Previous Message Robert Haas 2013-09-09 20:30:16 pgsql: Introduce InvalidCommandId.