pgsql: Fix list of functions that are restricted to superusers

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Fix list of functions that are restricted to superusers
Дата
Msg-id E1PXW8H-0003Kg-N0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix list of functions that are restricted to superusers

Move the list of what's restricted to superusers into the table
itself, so it doesn't get missed again.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=06004319be74709ae8684260f0f130e86128a9ed

Modified Files
--------------
doc/src/sgml/func.sgml |    7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix code to properly pull out shared memory key now that the
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Another fix for larger postmaster.pid files.