Re: where to write small reusable functions ?

From: "Dany DeBontridder" <dany118(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: where to write small reusable functions ?
Date: 2007-04-13 13:02:28
Message-ID: c40e6c010704130602kc027a43n6fd9645a86bbb016@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4/13/07, Heikki Linnakangas <heikki(at)enterprisedb(dot)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...)

D.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-04-13 13:27:56 Re: Reviewers Guide to DeferredTransactions/TransactionGuarantee
Previous Message Peter Eisentraut 2007-04-13 12:55:55 Re: where to write small reusable functions ?