Skip to content

Instantly share code, notes, and snippets.

@baran
Created June 11, 2022 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baran/cc4f05ecf1f6f8646e78c1824f1202a2 to your computer and use it in GitHub Desktop.
Save baran/cc4f05ecf1f6f8646e78c1824f1202a2 to your computer and use it in GitHub Desktop.
Postgres procedure code view on dbserver
SELECT prosrc FROM pg_proc WHERE proname = 'procName';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment