Re: column limit?

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
Cc: PostgreSQL-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: column limit?
Date: 2002-07-23 22:10:02
Message-ID: 1027462202.4015.78.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>From http://www.postgresql.org/idocs/index.php?sql-createtable.html

"A table cannot have more than 1600 columns."

Robert Treat

On Tue, 2002-07-23 at 17:51, Johnson, Shaunn wrote:
> Howdy:
>
> Trying to looking for this in the docs, but, can someone clue me
> in for the direction for column limit? I'm trying to build
> a table with, say, 50+ columns (all but 2 of them are integer) and
> getting some error (the error itself is ambiguous as it refers to
> "'").
>
> Is there a limit as to how many columns a table can have?
> If so, what is it (or, where is the docs that explains
> that stuff) ?
>
> Thanks!
>
> -X
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-07-23 22:20:26 Re: timestamped archive data index searches
Previous Message Bruce Momjian 2002-07-23 21:57:22 Re: Multi-Versions and Vacuum -- cf Oracle & Vacuum alt