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