| From: | "Dany DeBontridder" <dany118(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Patch for pg_dump |
| Date: | 2007-05-03 15:39:04 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I often need in command line to get the code of function, so I make a patch
for pg_dump, thanks this patch pg_dump is able to dump only one functions or
all the functions.
The argument is --object or -B
Example:
./pg_dump -Bfunction:test_it -Bfunction:dblink_open
To dump the functions test_it, dblink_open
./pgdump --object=function or pg_dump -Bfunction to dump only the functions
It is possible to add other objects, (see getObject functions)
I hope you'll find it interesting.
Regards,
.D.
(patch under BSD licence)
| Attachment | Content-Type | Size |
|---|---|---|
| patch-pg_dump.8.2.3.gz | application/x-gzip | 4.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua D. Drake | 2007-05-03 16:43:29 | Re: Feature freeze progress report |
| Previous Message | Andrew Dunstan | 2007-05-03 14:28:47 | Re: Feature freeze progress report |