Re: pgaccess

Поиск
Список
Период
Сортировка
От david blood
Тема Re: pgaccess
Дата
Msg-id 20020506140949.38354.qmail@web20605.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: pgaccess  (tony <tony@animaproductions.com>)
Ответы Re: pgaccess  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgaccess  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список 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@animaproductions.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: FATAL error after a system crash
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: [CYGWIN] Using B-Tree index for such kind of queries (with '>','<')