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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
