One more thing you can also get it from pg_get_functiondef() system function.
--- Regards, Raghavendra EnterpriseDB Corporation Blog: http://raghavt.blogspot.com/ On Wed, Feb 15, 2012 at 9:32 PM, Raghavendra < raghavendra....@enterprisedb.com> wrote: > You have two options. > > - Use contrib module pg_extractor > https://github.com/omniti-labs/pg_extractor > - Use pg_proc catalog to get function definition > > > --- > Regards, > Raghavendra > EnterpriseDB Corporation > Blog: http://raghavt.blogspot.com/ > > > > On Wed, Feb 15, 2012 at 6:59 PM, Rajan, Pavithra <raj...@oru.com> wrote: > >> Hello all- Is there a way to just dump functions in a schema in to a txt >> file/ sql file ? Thank you.**** >> > >