Re: pgaccess

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: david blood <davidjblood(at)yahoo(dot)com>
Cc: tony <tony(at)animaproductions(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pgaccess
Date: 2002-05-06 15:48:21
Message-ID: 5866.1020700101@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Feng-Cheng Chang 2002-05-06 16:03:27 Re: FATAL error after a system crash
Previous Message Tom Lane 2002-05-06 15:32:18 Re: [POSTGRESQL] LOCKING A ROW