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

Peter Eisentraut <peter_e@gmx.net>

Commit: b34f8f409bec4921d260ac84668917f5fff04319
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-09-10T02:25:37Z
Releases: 9.4.0
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.

Files