BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit" - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit"
Date
Msg-id 16841-97e4b8c714f1fdc7@postgresql.org
Whole thread Raw
Responses Re: BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit"  (Sergei Kornilov <sk@zsrv.org>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16841
Logged by:          Ajay Chitale
Email address:      ajaycc@gmail.com
PostgreSQL version: 13.1
Operating system:   centos 7
Description:

created a table in psql after connecting to mydb database as 

CREATE TABLE tab1(
   ID INT PRIMARY KEY     NOT NULL);

  after a i connect to database using psql and execute "\d tab1"  I get
following message

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

   Should display tables column information


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #16840: Rows not found in table partitioned by hash when not all partitions exists
Next
From: Michał Albrycht
Date:
Subject: Re: BUG #16840: Rows not found in table partitioned by hash when not all partitions exists