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: Tue, 31 Aug 2004 18:52:15 -0400
- Message-id: <25204(dot)1093992735(at)sss(dot)pgh(dot)pa(dot)us>
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
Home |
Main Index |
Thread Index