Once again about 'OID'

From: Denny Permana <denny(at)risti(dot)telkom(dot)co(dot)id>
To: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Once again about 'OID'
Date: 2002-05-01 06:06:56
Message-ID: D501EF432CC7D411ADC300508B6500ED02A3719A@rtimail01.telkom.go.id
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,
I'm a newbie here and the postgresql. I've installed pgsql through cygwin
(on Ms Windows 98), and I use pgadmin II as an interface.
I have a big problem with OID. If I connect with "psql" to database, there
were not problems with my job (query, etc). But if I ran pgadmin II and try
to open tables or run query, there's something error. The error messages :

pgAdmin II Error

An error has occured in pgAdmin II:frmMain.lv_ItemClick:

Number: -2147467259
Description: Error while executing the query
ERROR: Attribute 'oid' not found

I'm curious with oid. How should I do if I want to avoid 'oid' in my tables
by using pgadmin II (with psql, I just write "without oid"). Could anybody
here give me suggestion how to fix up this problem ?

Regards.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-05-01 06:13:53 Re: Once again about 'OID'
Previous Message Tom Lane 2002-05-01 04:00:56 Re: What are schemas?