Thank you. I tried pg_extractor and it work almost perfect. I have just one question. We do overloading of a function name (using different parameters) and I think it puts all overlaoded functions in the same file (those with the same file name that is). Is there a way to separate them?
Thanks again for everyones help.
From: Scott Mead [scottm@xxxxxxxxxxx]
Sent: Wednesday, March 27, 2013 1:49 PM To: Raghavendra Cc: Keith Ouellette; pgsql-admin@xxxxxxxxxxxxxx Subject: Re: Dump only functions On Wed, Mar 27, 2013 at 1:43 PM, Raghavendra <raghavendra.rao@xxxxxxxxxxxxxxxx> wrote:
+1 here. pg_extractor is my personal favorite for this type of thing. It can give you all of your objects as separate files if you'd like.
--Scott
|