Re: ERROR: No such attribute or function 'oid'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: No such attribute or function 'oid'
Дата
Msg-id 17590.1019497888@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: No such attribute or function 'oid'  (Jimmy Andersson <jla@cention.se>)
Список 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 по дате отправления:

Предыдущее
От: Jimmy Andersson
Дата:
Сообщение: ERROR: No such attribute or function 'oid'
Следующее
От: lexx_h@chat.ru
Дата:
Сообщение: Re: getting value of just inserted rows