Подскажите, пожалуйста, как можно следать insert/update в поле типа array?

Например, таблица:
Код: Выделить всё
create table SP_Status (
ID integer not null Primary Key,
Name varchar(5) not null,
ID_Field integer[10]
);
Код: Выделить всё
create table SP_Status (
ID integer not null Primary Key,
Name varchar(5) not null,
ID_Field integer[10]
);