Re: update db doesnt work

From: Jani Averbach <jaa(at)cc(dot)jyu(dot)fi>
To: dirk heitmann <dirk(dot)heitmann(at)fal(dot)de>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: update db doesnt work
Date: 2002-05-27 13:49:34
Message-ID: Pine.GSO.4.33.0205271648260.27037-100000@tukki.cc.jyu.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Lane 2002-05-27 14:24:23 Re: update db doesnt work
Previous Message Tina Messmann 2002-05-27 13:34:29 Re: question about 2 versions and libraries