Created
July 24, 2024 22:01
-
-
Save RudyRodarte/ce8e65e4306cb2342652a9e800520eed to your computer and use it in GitHub Desktop.
Display function defenition in PostgreSQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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