Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.
Robert Haas <rhaas@postgresql.org>
Make CREATE/ALTER FUNCTION support NOT LEAKPROOF. Because it isn't good to be able to turn things on, and not off again.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_function.sgml | modified | +1 −1 |
| doc/src/sgml/ref/create_function.sgml | modified | +1 −1 |
| src/backend/parser/gram.y | modified | +33 −19 |