Patch for pg_dump

From: "Dany DeBontridder" <dany118(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Patch for pg_dump
Date: 2007-03-20 16:37:51
Message-ID: c40e6c010703200937p1e09178ha6db1427c1133253@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a (small) patch to give the ability to pg_dump to export only the
functions (or only one), very useful when you often develop with psql (
postgresql.8.2.3)

Usage:
pg_dump -Q function_name DATABASE export function_name
pg_dump -Q DATABASE export all the functions

This patch is distributed under the BSD licence

Regards,

D.

PS: I hope it is the correct ml, otherwise excuse me, it is the first time I
propose a patch for postgresql

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2007-03-20 17:07:44 Reminder: only 5 days left to submit SoC applications
Previous Message Gregory Stark 2007-03-20 16:34:59 Question about tuplestore clients