Re: [PATCH] Add transforms feature

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Add transforms feature
Дата
Msg-id 1389412001.12505.7.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: [PATCH] Add transforms feature  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [PATCH] Add transforms feature  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Wed, 2013-12-11 at 09:47 -0500, Robert Haas wrote:
> Of course, making everyone decorate their new functions with
> references to the transforms they want to use isn't wonderful either,
> but it might be good at least to have the option.  You could allow the
> use of all installed transforms by default, but let people say WITH
> (transforms='') if they don't want to use them or WITH
> (transforms='comma, separated, list') if the want to require certain
> ones.

I'll try to implement something like that.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Add transforms feature
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE