david blood <davidjblood(at)yahoo(dot)com> writes:
> I get this when I click design on a table. I also do not see the indexes that
> are on a table.
> ERROR: Attribute 'oid' not found
> while executing
> "pg_select pgsql184 {select oid,indexrelid from pg_index where
> (pg_class.relname='tblbadword') and (pg_class.oid=pg_index.indrelid)} rec {
> lappend Pg..."
Try using the 7.2 version of pgaccess. That looks to be 7.1 code...
regards, tom lane