After upgrading to PG 12, \d in psql breaks with no more c.relhasoids

Поиск
Список
Период
Сортировка
От Wells Oliver
Тема After upgrading to PG 12, \d in psql breaks with no more c.relhasoids
Дата
Msg-id CAOC+FBVJH139feAs-iEobHhBDE2AWzX4tcOpadgkwvBLZ5Uf0w@mail.gmail.com
обсуждение исходный текст
Ответы Re: After upgrading to PG 12, \d in psql breaks with no more c.relhasoids  (Keith <keith@keithf4.com>)
Список pgsql-admin
In psql, doing \d on a table after doing that SET WITH NO OIDS thing you need to do, breaks with:

mydb=# \d schema.table
ERROR:  column c.relhasoids does not exist
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...

Is there a clean way to fix this and restore the functionality on tables that had OIDs removed?

--

В списке pgsql-admin по дате отправления:

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: Dropping functions from pg_proc table w/ querry
Следующее
От: Keith
Дата:
Сообщение: Re: After upgrading to PG 12, \d in psql breaks with no more c.relhasoids