Richard Broersma Jr <[EMAIL PROTECTED]> writes: > mydb=# select pg_get_indexdef(indexrelid) from pg_index where indrelid = > '16737'; > server closed the connection unexpectedly
So what do you get from 'select * from pg_index where indrelid = 16737' ? If that crashes, which individual columns can you select from the row? 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