how to display full stored procedure code?
\df+ <function_name>
in psql.
\ef <function_name>
in psql. It will give the whole function with editable text.
\df+ <function_name>
in psql.
\ef <function_name>
in psql. It will give the whole function with editable text.