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
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...
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