update db doesnt work

From: dirk heitmann <dirk(dot)heitmann(at)fal(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: update db doesnt work
Date: 2002-05-27 12:39:54
Message-ID: 200205271439.54593.dirk.heitmann@fal.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

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.

Any suggestions?

Thanks,

Dirk

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tina Messmann 2002-05-27 13:34:29 Re: question about 2 versions and libraries
Previous Message Tina Messmann 2002-05-27 12:05:57 psql always looking in /tmp for socket