pgsql: Make CREATE/ALTER FUNCTION support NOT LEAKPROOF. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.
Date
Msg-id E1Rxh5N-0002if-MG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.

Because it isn't good to be able to turn things on, and not off again.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/73a4b994a69661964b1ff45b746f1ca26f70194c

Modified Files
--------------
doc/src/sgml/ref/alter_function.sgml  |    2 +-
doc/src/sgml/ref/create_function.sgml |    2 +-
src/backend/parser/gram.y             |   52 +++++++++++++++++++++------------
3 files changed, 35 insertions(+), 21 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: sepgsql: Reword and fix typo in docs on DML permissions.
Next
From: Robert Haas
Date:
Subject: pgsql: More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.