Alter table with arrays

Поиск
Список
Период
Сортировка
От igor
Тема Alter table with arrays
Дата
Msg-id 15913127324.20000724175410@mailru.com
обсуждение исходный текст
Ответы Re: Alter table with arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
RULES on PostgreSQL  (Jesus Aneiros <aneiros@jagua.cfg.sld.cu>)
Список pgsql-novice
Hi !

 Help me please to alter table with arrays .
The table was created :

create stat (st char(20), stv float[][], str float[][]);

Usualy  I add new row as follow:

insert into stat
select '4090903' as st,
'{{0,0,0,0,0,0},{0,0,0,0,0,0}}' as str,
'{{0,0,0,0,0,0},{0,0,0,0,0,0}}' as stv ;

And now I would like to increase the number of colomns of array from
two to tree. What is the way to fulfill these operation?


Thanks .

Igor



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

Предыдущее
От: John Burski
Дата:
Сообщение: Re: pg_dump problem
Следующее
От: Martin Christensen
Дата:
Сообщение: Searching BLOBs