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

Поиск
Список
Период
Сортировка
Искать
От
PG Bug reporting form
Тема
BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit"
Дата
Msg-id
16841-97e4b8c714f1fdc7@postgresql.org
Список
Дерево обсуждения
BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit" PG Bug reporting form <noreply@postgresql.org>
Re: BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit" Sergei Kornilov <sk@zsrv.org>
Re: BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit" Ajay Chitale <ajaycc@gmail.com>
Re: BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit" Magnus Hagander <magnus@hagander.net>
Re: BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit" Ajay Chitale <ajaycc@gmail.com>
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 по дате отправления
От: Tom Lane
Дата:
От: Michał Albrycht
Дата:
FAQ