Re: [PATCH] Add transforms feature

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [PATCH] Add transforms feature
Дата
Msg-id 20130617213146.GJ3537@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на [PATCH] Add transforms feature  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: [PATCH] Add transforms feature  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut wrote:
> A transform is an SQL object that supplies to functions for converting
> between data types and procedural languages.  For example, a transform
> could arrange that hstore is converted to an appropriate hash or
> dictionary object in PL/Perl or PL/Python.
> 
> Externally visible changes:

This is a large patch.  Do you intend to push the whole thing as a
single commit, or split it?



-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Add transforms feature
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [RFC] Minmax indexes