Re: Inserting into point[] type.

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: Inserting into point[] type.
Дата
Msg-id 1092299247.2620.1.camel@dicaprio.akademie1.de
обсуждение исходный текст
Ответ на Inserting into point[] type.  (Theo Galanakis <Theo.Galanakis@lonelyplanet.com.au>)
Список pgsql-sql
В Чтв, 12.08.2004, в 09:58, Theo Galanakis пишет:
> How do you insert into a column of type point[]

> I have tried without success:
>
> insert into test (Column_a, Column_b) values
> ('Aargau','{47.3899993896,8.03400039673}')

I'd guess '{(3.3, 4.4), (1.0, 4.3)}' or ARRAY[(3.3, 4.4), (1.0, 4.3)].
Maybe even something like '{''(3.3, 4.4)'', ''(1.0, 4.3)''}'

--
Markus Bertheau <twanger@bluetwanger.de>




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

Предыдущее
От: Stef
Дата:
Сообщение: Re: Maybe install debian on your home pc?
Следующее
От: Devin Whalen
Дата:
Сообщение: Sending errors from psql to error file