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
>