Re: Updating Arrays

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Updating Arrays
Дата
Msg-id CAHyXU0znuFVo+LdjuRBKL-Vbhb2=3gVwxcusJ8JYEyNpVxLPXQ@mail.gmail.com
обсуждение исходный текст
Ответ на Updating Arrays  ("Bob Pawley" <rjpawley@shaw.ca>)
Ответы Re: Updating Arrays  ("Bob Pawley" <rjpawley@shaw.ca>)
Список pgsql-general
On Mon, Aug 22, 2011 at 12:54 PM, Bob Pawley <rjpawley@shaw.ca> wrote:
> Hi
>
> I exploring the use of arrays.
>
> So far I have created a table and inserted a row and updated the row with an
> array
> Update library.compare
>   set _base =
>   '{2, 0.764149497122068, 4.8886}'
>   where process_id = 2;
> – successfully.
>
> However when I attempt to update a specific element of the array
>
> Update library.compare
> set _base[2] =
> '{2}'
> where process_id = 2;
> I get an error “invalid input syntax for type numeric: "{2}"”

try "set base[2]  = 2"

merlin

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

Предыдущее
От: "Bob Pawley"
Дата:
Сообщение: Updating Arrays
Следующее
От: Chris Travers
Дата:
Сообщение: Re: securing the sql server ?