ZappA <[EMAIL PROTECTED]> writes: > Well, I have a problem with Postgres 7.4.
7.4.what? > Jan 29 11:40:59 mw-db2 postgres[31921]: [6-1] PANIC: right sibling's > left-link doesn't match You've got a corrupted index --- try REINDEXing that table. And consider updating to a newer Postgres, if it's less than 7.4.15. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match