Re: PGACCESS connection failure? - Mailing list pgsql-interfaces

From Preston Lord
Subject Re: PGACCESS connection failure?
Date
Msg-id 1027985215.1202.5.camel@preston
Whole thread Raw
In response to PGACCESS connection failure?  (Preston Lord <webmaster@t2.net>)
Responses Re: PGACCESS connection failure?
List pgsql-interfaces
cool, that will work!

Now, another Question..,. I have got pgaccess to run
but everytime I try to click "Design" on one of my tables I get an error
that says:

Note:   (oid exists, I can see it fine in all other gui's etc) ideas?

ERROR:  Attribute 'oid' not found

ERROR:  Attribute 'oid' not found
   while executing
"pg_select pgsql4 {select oid,indexrelid from pg_index where
(pg_class.relname='ebads') and (pg_class.oid=pg_index.indrelid)} rec {    lappend PgAcVar(t..."   ("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 7)   invoked from within
"tkButtonUp .pgaw:Main.btndesign
"   (command bound to event)

On Mon, 2002-07-29 at 17:12, William West wrote:
> 
> Easiest way to make '-i' automatic is to put it into
> $PGDATA/postmaster.opts.default.
> 
> That file does not automatically exist ... but if you create it,
> postmaster will use it every time it starts.
> 
> You can also put it on postmaster's command line,
> or pass it in from pg_ctl's command line, depending
> on how you start the server.
> 
-- 

Regards

Preston Lord
Programmer/Developer
Network Specialist
_______________
General Manager
Double T Computer Services
Sask, Canada
1.306.773.2054
http://www.t2.net



pgsql-interfaces by date:

Previous
From: "William West"
Date:
Subject: Re: PGACCESS connection failure?
Next
From: "Iavor Raytchev"
Date:
Subject: Re: PGACCESS connection failure?