Re: expected both swapped tables to have TOAST tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: expected both swapped tables to have TOAST tables
Date: 2004-08-31 22:52:15
Message-ID: 25204.1093992735@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steve Crawford <scrawford(at)pinpointresearch(dot)com> writes:
> I tried to truncate a table and received the following error:
> "expected both swapped tables to have TOAST tables".
> Googling provided no insight. What does it mean?

It's a bug. You probably dropped the last toastable column from
the table.

regards, tom lane

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2004-08-31 22:56:19 Re: [OT?] Problems with majordomo :-)
Previous Message Matthew T. O'Connor 2004-08-31 22:49:52 Re: Multicolumn Primary Key