Re: ERROR: No such attribute or function 'oid' - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: ERROR: No such attribute or function 'oid'
Date
Msg-id 17590.1019497888@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: No such attribute or function 'oid'  (Jimmy Andersson <jla@cention.se>)
List pgsql-interfaces
Jimmy Andersson <jla@cention.se> writes:
> When I'm doing "\d+ tablename" in psql I get the following message.
> ERROR:  No such attribute or function 'oid'
> I'm using version 7.1.3 of postgresql on linux 2.4.7-10

I suspect you are using a 7.1 psql against a 7.2 server.  psql's \d
and related commands tend to be backend-version-specific; you'll need
to match psql and server versions.  Try "psql --version" and
"select version();" respectively to find what you have.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Jimmy Andersson
Date:
Subject: ERROR: No such attribute or function 'oid'
Next
From: lexx_h@chat.ru
Date:
Subject: Re: getting value of just inserted rows