Re: Dump functions alone

From: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
To: "Rajan, Pavithra" <RAJANP(at)oru(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Dump functions alone
Date: 2012-02-15 16:02:39
Message-ID: CA+h6AhjxDk6Ab556P2w2G0GZMKCc2p42Yyc4XW4U6HA2zGcjhg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 <RAJANP(at)oru(dot)com> wrote:

> Hello all- Is there a way to just dump functions in a schema in to a txt
> file/ sql file ? Thank you.****
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message pcasper 2012-02-15 16:03:54 Reassigned Owned Error- unexpected classid 2328
Previous Message Robert James 2012-02-15 15:55:37 Re: Memory tuning Postgres