Implement a psql command "\ef" to edit the definition of a function.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Sep 2008 00:01:25 +0000 (00:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Sep 2008 00:01:25 +0000 (00:01 +0000)
commit0ca42708aeccfbc848769e6c490bfb8c9f61eac2
treea81e4c81ac0f041dcd03f591c2748f1fd1b67cb2
parent72236dc4c6194bfb11bd539be1e59706d13fe165
Implement a psql command "\ef" to edit the definition of a function.
In support of that, create a backend function pg_get_functiondef().
The psql command is functional but maybe a bit rough around the edges...

Abhijit Menon-Sen
doc/src/sgml/func.sgml
doc/src/sgml/ref/psql-ref.sgml
src/backend/utils/adt/ruleutils.c
src/bin/psql/command.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h