Re: update db doesnt work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: gss+pg(at)cs(dot)brown(dot)edu
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: update db doesnt work
Date: 2002-05-27 16:28:57
Message-ID: 13822.1022516937@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gregory Seidman <gss+pg(at)cs(dot)brown(dot)edu> writes:
> Which, while accurate, fails to answer the answer the question. A column is
> not being added. A table is not being created. Rows are being updated and
> the system is complaining that there are too many columns. Why?

Good question. How did you construct a table with 1601 columns? The
system should not have let you do that.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-05-27 16:31:02 Re: [meta] news.postgresql.org still down - who do I complain to?
Previous Message Tom Lane 2002-05-27 16:28:00 Re: update db doesnt work