Re: pg_dump option to dump only functions - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: pg_dump option to dump only functions
Date
Msg-id 200510081424.00548.josh@agliodbs.com
Whole thread Raw
In response to pg_dump option to dump only functions  ("Sean Utt" <sean@strateja.com>)
Responses Re: pg_dump option to dump only functions
Re: pg_dump option to dump only functions
List 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


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Vote needed: revert beta2 changes or not?
Next
From: "Jim C. Nasby"
Date:
Subject: Re: fixing LISTEN/NOTIFY