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
обсуждение исходный текст
Ответы Re: BUG #16841: psql -- \d tablename , displays "Error : column c.relhasoids does not exit"  (Sergei Kornilov <sk@zsrv.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16840: Rows not found in table partitioned by hash when not all partitions exists
Следующее
От: Michał Albrycht
Дата:
Сообщение: Re: BUG #16840: Rows not found in table partitioned by hash when not all partitions exists