How can I display the contents of a function?

From: "Thom Brown" <thombrown(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How can I display the contents of a function?
Date: 2009-01-19 12:41:25
Message-ID: bddc86150901190441q72aef3f9yec558ab59326d09e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I would like to see what's in a function. I can do this if I use pgAdmin
III just by clicking on the function, and it appears in the SQL pane
opposite. But how is this done? Is there a command like DESCRIBE FUNCTION
logging.do_stuff; ? And if possible, doing this without psql.

Thanks

Thom

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2009-01-19 12:53:56 Re: How can I display the contents of a function?
Previous Message Ivan Sergio Borgonovo 2009-01-19 12:40:12 Re: left join with smaller table or index on (XXX is not null) to avoid upsert