]> granicus.if.org Git - postgresql/commit
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)
commit2c863ca818ba0a9704dbfe24eb578870b54bfee8
treebab9a88358ecf46545ca7fe6d71b18c22cf9488f
parent2cdcf459ba6cbaa241e0699728f4454bed72fedf
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