pgsql: Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.
Date: 2012-02-15 15:48:01
Message-ID: E1Rxh5N-0002if-MG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-02-15 15:57:06 pgsql: More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.
Previous Message Robert Haas 2012-02-15 14:58:48 pgsql: sepgsql: Reword and fix typo in docs on DML permissions.