BUG #6463: tables can have at most 1600 columns

From: khalil(dot)alijani(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6463: tables can have at most 1600 columns
Date: 2012-02-18 10:16:53
Message-ID: E1RyhLZ-00016L-Ge@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6463
Logged by: khalil alijani
Email address: khalil(dot)alijani(at)gmail(dot)com
PostgreSQL version: 8.4.10
Operating system: ubuntu
Description:

I drop a column but Postgresql still shows old (deleted) columns...

My Java program does this:
drop a boolean column and then add same column (with same name and
specification), in dozens times, because updating (this) column is very slow
!!!
AND finally it says "tables can have at most 1600 columns"

thank ...

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message lucian.naie 2012-02-18 10:37:58 BUG #6464: Installer (postgresql-9.1.2-1-windows-x64.exe) doesn't work
Previous Message zoulx1982 2012-02-18 08:34:21 Re: BUG #6460: routine my_log2 use incorrect data type ?