Edit Existing Functions
In the psql
console, use \ef
with the name of a function to fetch and open the definition of the function. The function will be opened in your system $EDITOR
in the form of a create or replace function
query.
Executing
will open the following in your default editor
Last updated