ERROR: column c.relhasoids does not exist in Postgres 13 - Mailing list pgsql-admin

From Goti
Subject ERROR: column c.relhasoids does not exist in Postgres 13
Date
Msg-id CAOzfMuqSsVLp+AXz_UoQniC6oJPfQnn6o3JN3sFu2vj0CPXmxg@mail.gmail.com
Whole thread Raw
Responses Re: ERROR: column c.relhasoids does not exist in Postgres 13  ("Satish Nayak [NMC - IT]" <satish.nayak@nmc.ae>)
List 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 by date:

Previous
From: Lars Aksel Opsahl
Date:
Subject: COPY big row returns ERROR: invalid memory alloc request size
Next
From: "Satish Nayak [NMC - IT]"
Date:
Subject: Re: ERROR: column c.relhasoids does not exist in Postgres 13