Re: Bytea PL/Perl transform

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Bytea PL/Perl transform
Дата
Msg-id dcaf22a8-f9fb-833b-0a84-1864f581f1a2@eisentraut.org
обсуждение исходный текст
Ответ на Re: Bytea PL/Perl transform  (Greg Sabino Mullane <htamfids@gmail.com>)
Ответы Re: Bytea PL/Perl transform  (Ivan Panchenko <wao@mail.ru>)
Список pgsql-hackers
On 22.06.23 22:56, Greg Sabino Mullane wrote:
> * Do all of these transforms need to be their own contrib modules? So 
> much duplicated code across contrib/*_plperl already (and *plpython too 
> for that matter) ...

The reason the first transform modules were separate extensions is that 
they interfaced between one extension (plpython, plperl) and another 
extension (ltree, hstore), so it wasn't clear where to put them without 
creating an additional dependency for one of them.

If the transform deals with a built-in type, then they should just be 
added to the respective pl extension directly.




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

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: HOT readme missing documentation on summarizing index handling
Следующее
От: Mikhail Gribkov
Дата:
Сообщение: Re: Permute underscore separated components of columns before fuzzy matching