Re: where to write small reusable functions ?

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: where to write small reusable functions ?
Дата
Msg-id 20070417212858.GC72669@nasby.net
обсуждение исходный текст
Ответ на Re: where to write small reusable functions ?  ("Dany DeBontridder" <dany118@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Can't ri_KeysEqual() consider two nulls as equal?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Also done for PL/pgSQL: < o Add support for WITH HOLD and