pgsql: Fix list of functions that are restricted to superusers - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Fix list of functions that are restricted to superusers
Date
Msg-id E1PXW8H-0003Kg-N0@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Fix code to properly pull out shared memory key now that the
Next
From: Bruce Momjian
Date:
Subject: pgsql: Another fix for larger postmaster.pid files.