Re: More then 1600 columns?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mark Mitchell" <mmitchell(at)riccagroup(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: More then 1600 columns?
Date: 2010-11-12 05:24:11
Message-ID: 151.1289539451@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mark Mitchell" <mmitchell(at)riccagroup(dot)com> writes:
> Is there are hard limit of 1600 that you cannot get around?

Yes.

Generally, wanting more than a few dozen columns is a good sign that you
need to rethink your schema design. What are you trying to accomplish
exactly?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-11-12 06:15:48 Re: More then 1600 columns?
Previous Message Mark Mitchell 2010-11-12 05:04:33 More then 1600 columns?