Mikko Partio napsal(a):
I little investigation showed that there is duplicate row in pg_class: # select oid from pg_class group by oid having count(*) > 1 ; oid -------- 294397 (1 row)
Could you check if pg_attribute is doubled for this relation? Zdenek