Array of box not supported?

Поиск
Список
Период
Сортировка
От RW Shore
Тема Array of box not supported?
Дата
Msg-id AANLkTin8UAg6PXScMjnkYMzq3Ud5HuFZBOazmh466cCp@mail.gmail.com
обсуждение исходный текст
Ответы Re: Array of box not supported?
Список pgsql-jdbc
To insert into a box[ ], I need to convert the individual boxes into a string. I get a "malformed array literal" error with any of the following formats for a 1 dimensional array with two boxes:

{"1.0,1.0,0.0,0.0","10.0,10.0,0.0,0.0"}
{"((1.0,1.0),(0.0,0.0))","((10.0,10.0),(0.0,0.0))"}
{"(1.0,1.0),(0.0,0.0)","(10.0,10.0),(0.0,0.0)"}

Can anybody suggest other things to try, or do I conclude that box[ ] isn't supported?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Fwd: Weird issues when reading UDT from stored function
Следующее
От: Lukas Eder
Дата:
Сообщение: Re: [HACKERS] Fwd: Weird issues when reading UDT from stored function