Re: pgaccess

From: david blood <davidjblood(at)yahoo(dot)com>
To: tony <tony(at)animaproductions(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgaccess
Date: 2002-05-06 14:09:48
Message-ID: 20020506140949.38354.qmail@web20605.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I should have posted the error.

I get this when I click design on a table. I also do not see the indexes that
are on a table.

David Blood

ERROR: Attribute 'oid' not found

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..."
("uplevel" body line 1)
invoked from within
"uplevel pg_select $args"
(procedure "wpg_select" line 3)
invoked from within
"wpg_select $CurrentDB "select oid,indexrelid from pg_index where
(pg_class.relname='$PgAcVar(tblinfo,tablename)') and
(pg_class.oid=pg_index.indrelid)..."
(procedure "refreshTableInformation" line 48)
invoked from within
"refreshTableInformation"
(procedure "Tables::design" line 5)
invoked from within
"Tables::design $objname"
("Tables" arm line 2)
invoked from within
"switch $PgAcVar(activetab) {
Tables {
Tables::design $objname
}
Schema {
Schema::open $objname
}
Queries {
Queries::design $objname
}
V..."
(procedure "Mainlib::cmd_Design" line 7)
invoked from within
"Mainlib::cmd_Design"
invoked from within
".pgaw:Main.btndesign invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tkButtonUp" line 9)
invoked from within
"tkButtonUp .pgaw:Main.btndesign
"
(command bound to event)

--- tony <tony(at)animaproductions(dot)com> wrote:
> On Fri, 2002-05-03 at 17:39, david blood wrote:
> > Is there a newer version of PgAccess? I get this error when I go to design
> an
> > existing table a figure that it has to do with the fact that postgres is
> > serverall version ahead of the last pgaccess version I have??
>
> pgaccess works just fine for me on 7.2. What is your problem?
>
> Cheers
>
> Tony Grant
> --
> RedHat Linux on Sony Vaio C1XD/S
> http://www.animaproductions.com/linux2.html
> Macromedia UltraDev with PostgreSQL
> http://www.animaproductions.com/ultra.html
>

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2002-05-06 14:25:00 Re: [CYGWIN] Using B-Tree index for such kind of queries (with '>', '<')
Previous Message Tom Lane 2002-05-06 14:04:56 Re: FATAL error after a system crash