PL/Python array support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема PL/Python array support
Дата
Msg-id 1257343328.18382.18.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответы Re: PL/Python array support
Re: PL/Python array support
Список pgsql-hackers
Here is a patch to support arrays in PL/Python as parameters and return
values.  It converts an array parameter to a Python "list", and converts
a Python "sequence" return value back to an array.

I have settled on two implementation restrictions for the moment:

- Only supports one-dimensional arrays.  (Python has no multidimensional
lists, so the semantics of this would be dubious.)

- Does not support returning arrays of composite types.  (Basically too
complicated to implement right now and seemingly of limited practical
value.)

Вложения

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns
Следующее
От: Bernd Helmle
Дата:
Сообщение: ALTER TABLE...ALTER COLUMN vs inheritance