Re: update db doesnt work

Поиск
Список
Период
Сортировка
От Jani Averbach
Тема Re: update db doesnt work
Дата
Msg-id Pine.GSO.4.33.0205271648260.27037-100000@tukki.cc.jyu.fi
обсуждение исходный текст
Ответ на update db doesnt work  (dirk heitmann <dirk.heitmann@fal.de>)
Ответы Re: update db doesnt work  (Steve Lane <slane@fmpro.com>)
Re: update db doesnt work  (Gregory Seidman <gss+pg@cs.brown.edu>)
Список pgsql-general
On Mon, 27 May 2002, dirk heitmann wrote:

> i have created a table with 1600 comlumns. Now i want
> to update some columns with new values:
> update db set col1=1 where col2=2;
>
> this generates the error-message:
> heap_formtuple: numberOfAttributes of 1601 > 1600.
>

--8<--
Maximum number of columns in a table         1600
--8<--

http://www2.se.postgresql.org/users-lounge/limitations.html


BR, Jani

--
Jani Averbach


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

Предыдущее
От: Tina Messmann
Дата:
Сообщение: Re: question about 2 versions and libraries
Следующее
От: Steve Lane
Дата:
Сообщение: Re: update db doesnt work