Dump a function - Mailing list pgsql-general

From Dany DeBontridder
Subject Dump a function
Date
Msg-id c40e6c010703160339g7cae9aabuc2d7cfc54ffda678@mail.gmail.com
Whole thread Raw
List pgsql-general
Hello,

I'm working a lot with psql and plpgsql, I have a project based on psql and for the developpement I often need to "dump" a function, it is not really possible with psql because you don't have correctly the parameter.

So I've made a patch for pg_dump which permit to dump all the functions or only one. It makes my development easier.

Do you think it is useful ? How can I post this patch ? Is it a code review ?


Kind Regards,

D.

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Practical question.
Next
From: Martijn van Oosterhout
Date:
Subject: Re: exception handling in plperlu