Re: ERROR: tables can have at most 1600 columns - Mailing list pgsql-general

From Scott Marlowe
Subject Re: ERROR: tables can have at most 1600 columns
Date
Msg-id 1088456646.29695.12.camel@localhost.localdomain
Whole thread Raw
In response to Re: ERROR: tables can have at most 1600 columns  (Jaime Casanova <systemguards@yahoo.com>)
List pgsql-general
On Mon, 2004-06-28 at 14:37, Jaime Casanova wrote:
> Hi all,
>
> There is a way to actually eliminate those dropped tables so they
> don't affect the 1600 columns limit? I know it's very difficult to end
> up with this problem but apparently "it is" posible.
>
You may want to try recreating the table with select into when you're
changing it.  Of course, you'll have to recreate all the fks, indexes,
or other dependent objects.


pgsql-general by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: ERROR: tables can have at most 1600 columns
Next
From: Patrick Hatcher
Date:
Subject: Q: upgrading from 7.4.1 to 7.4.3.