Re: Patch for pg_dump

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Dany DeBontridder <dany118(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patch for pg_dump
Date: 2007-03-21 22:02:47
Message-ID: 200703212202.l2LM2ld10712@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I guess this matches this TODO item:

o Allow selection of individual object(s) of all types, not just
tables

Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------

Dany DeBontridder wrote:
> Sorry I forgot the attach :-)
>
> It is not perfect so bear with me, it is my first try.
>
> Regards,
>
> D.
>
> On 3/21/07, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> >
> >
> > And the patch is so small, it is invisible (missing). ;-)
> >
> >
> > ---------------------------------------------------------------------------
> >
> > Dany DeBontridder wrote:
> > > 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
> >
> > --
> > Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
> > EnterpriseDB http://www.enterprisedb.com
> >
> > + If your life is a hard drive, Christ can be your backup. +
> >

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2007-03-21 22:13:16 Re: Subversion repo up
Previous Message Bruce Momjian 2007-03-21 21:56:17 Re: CREATE INDEX and HOT - revised design