Skip to content

Instantly share code, notes, and snippets.

@RudyRodarte
Created July 24, 2024 22:01
Show Gist options
  • Save RudyRodarte/ce8e65e4306cb2342652a9e800520eed to your computer and use it in GitHub Desktop.
Save RudyRodarte/ce8e65e4306cb2342652a9e800520eed to your computer and use it in GitHub Desktop.
Display function defenition in PostgreSQL
-- Display function definition in PostgreSQL
-- Mostrar el codigo de una función en PostgreSQL
SELECT pg_get_functiondef('function_name_here'::regproc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment