Re: pg_dump option to dump only functions

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Sean Utt" <sean(at)strateja(dot)com>
Subject: Re: pg_dump option to dump only functions
Date: 2005-10-08 21:24:00
Message-ID: 200510081424.00548.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sean,

> I was wonderring, because I create a lot of server side utility functions,
> whether adding an option to pg_dump to just dump functions has been
> considered. I did a quick perusal of the code, and noted that there is a
> separate section within pg_dump to get the functions, but it is not able to
> be triggered separately from schema and data. Any reason why this wouldn't
> be a good(tm) idea?

It would be an *excellent* idea, along with options to dump specific
functions, and both specific and all views/types/operators. Go for it.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-08 22:03:40 Re: pg_dump option to dump only functions
Previous Message Jim C. Nasby 2005-10-08 21:22:04 Re: fixing LISTEN/NOTIFY