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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: ajaycc(at)gmail(dot)com
Subject: BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit"
Date: 2021-01-28 05:48:48
Message-ID: 16841-97e4b8c714f1fdc7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16841
Logged by: Ajay Chitale
Email address: ajaycc(at)gmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michał Albrycht 2021-01-28 08:07:31 Re: BUG #16840: Rows not found in table partitioned by hash when not all partitions exists
Previous Message Tom Lane 2021-01-27 22:54:23 Re: BUG #16840: Rows not found in table partitioned by hash when not all partitions exists