pgsql: Show schemas in information_schema.schemata that the current has - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Show schemas in information_schema.schemata that the current has
Date
Msg-id E1VJDfX-0006CU-Mh@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Introduce InvalidCommandId.
Next
From: Fujii Masao
Date:
Subject: pgsql: Remove leftover function prototype.