How do you view a stored function or procedure?
Say I have an old function without the original definition - I want to see what it is doing, but I can't seem to figure out a way to do that.
Using Postgres version 8.4.1.
use pgAdmin or use pg_proc to get the source of your stored procedures. pgAdmin does the same.