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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Show schemas in information_schema.schemata that the current has
Дата
Msg-id E1VJDfX-0006CU-Mh@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Introduce InvalidCommandId.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Remove leftover function prototype.