ERROR: column c.relhasoids does not exist in Postgres 13

Поиск
Список
Период
Сортировка
От Goti
Тема ERROR: column c.relhasoids does not exist in Postgres 13
Дата
Msg-id CAOzfMuqSsVLp+AXz_UoQniC6oJPfQnn6o3JN3sFu2vj0CPXmxg@mail.gmail.com
обсуждение исходный текст
Ответы Re: ERROR: column c.relhasoids does not exist in Postgres 13
Список pgsql-admin
Hi All,

I am getting the below error when trying to describe the table. The postgres version is 13. Appreciate if some help to fix this issue.

postgres.practice.com {/home/postgres}: postgres -V
postgres (PostgreSQL) 13.1

postgres.practice.com {/home/postgres}: psql -V
psql (PostgreSQL) 9.2.24

forumdb=# \dt
            List of relations
 Schema |     Name     | Type  |  Owner
--------+--------------+-------+----------
 public | categories   | table | postgres

(5 rows)

forumdb=# \d categories
ERROR:  column c.relhasoids does not exist
LINE 1: ..., c.relhasindex, c.relhasrules, c.relhastriggers, c.relhasoi...



Thanks,
Goti

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

Предыдущее
От: Lars Aksel Opsahl
Дата:
Сообщение: COPY big row returns ERROR: invalid memory alloc request size
Следующее
От: "Satish Nayak [NMC - IT]"
Дата:
Сообщение: Re: ERROR: column c.relhasoids does not exist in Postgres 13