Re: arrays as pl/perl input arguments [PATCH]

Поиск
Список
Период
Сортировка
От Tim Bunce
Тема Re: arrays as pl/perl input arguments [PATCH]
Дата
Msg-id 20110216170811.GJ87181@timac.local
обсуждение исходный текст
Ответ на Re: arrays as pl/perl input arguments [PATCH]  (Alexey Klyukin <alexk@commandprompt.com>)
Ответы Re: arrays as pl/perl input arguments [PATCH]  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On Sat, Feb 12, 2011 at 02:17:12AM +0200, Alexey Klyukin wrote:
> 
> So, here is the v8. Instead of rewriting the encode_array_literal I've added
> another function, encode_type_literal (could use a better name).

Given that encode_array_literal() encodes an _array_ as a literal,
I'd assume encode_type_literal() encodes a _type_ as a literal.

I'd suggest encode_typed_literal() as a better name.

Tim [just passing though]


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

Предыдущее
От: Marti Raudsepp
Дата:
Сообщение: Re: Determining period between 2 dates
Следующее
От: Robert Haas
Дата:
Сообщение: Re: contrib loose ends: 9.0 to 9.1 incompatibilities