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

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

From
Peter Eisentraut
Date:
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(-)