Re: where to write small reusable functions ? - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: where to write small reusable functions ?
Date
Msg-id 20070417212858.GC72669@nasby.net
Whole thread Raw
In response to Re: where to write small reusable functions ?  ("Dany DeBontridder" <dany118@gmail.com>)
List pgsql-hackers
On Fri, Apr 13, 2007 at 03:02:28PM +0200, Dany DeBontridder wrote:
> On 4/13/07, Heikki Linnakangas <heikki@enterprisedb.com> wrote:
> >
> >Dany DeBontridder wrote:
> >> I'm working to implement a new feature to pg_dump: the ability to dump
> >> objects like function, indexes...
> >
> >pg_dump already dumps functions and indexes.
> 
> Right but you can't dump only one or two functions or only the functions and
> nothing else. (the same for index, triggers...)

You should make sure and read past discussion about this, as well as
propose a design to the community before getting too far into a patch.
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Can't ri_KeysEqual() consider two nulls as equal?
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Also done for PL/pgSQL: < o Add support for WITH HOLD and