dump strored function

From: "Dany DeBontridder" <dany118(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: dump strored function
Date: 2007-03-17 18:49:15
Message-ID: c40e6c010703171149v7d803e59h78fc88ea2fbce819@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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,

Browse pgsql-general by date

  From Date Subject
Next Message Mageshwaran 2007-03-17 19:10:23 Postgres Database size
Previous Message Jonathan Vanasco 2007-03-17 18:45:22 how can i show constraint checks in explain ?