/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/catalog/pg_auth_members.dat
20 строк
647 B
Tom Lane
Simplify creation of built-in functions with non-default ACLs.
06 мар 2026, 01:43
06 мар 2026, 01:43
f95d73e
Код
Авторство
О чём код?
#---------------------------------------------------------------------- # # pg_auth_members.dat # Initial contents of the pg_auth_members system catalog. # # Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/include/catalog/pg_auth_members.dat # #---------------------------------------------------------------------- [ # We grant these roles to pg_monitor. { roleid => 'pg_read_all_settings', member => 'pg_monitor' }, { roleid => 'pg_read_all_stats', member => 'pg_monitor' }, { roleid => 'pg_stat_scan_tables', member => 'pg_monitor' }, ]