Re: DROP TABLE CASCADE doesn't drop dependencies

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: DROP TABLE CASCADE doesn't drop dependencies
Дата
Msg-id 20190204010342.GB1881@paquier.xyz
обсуждение исходный текст
Ответ на DROP TABLE CASCADE doesn't drop dependencies  (Robins Tharakan <tharakan@gmail.com>)
Ответы Re: DROP TABLE CASCADE doesn't drop dependencies  (Robins Tharakan <tharakan@gmail.com>)
Список pgsql-bugs
On Mon, Feb 04, 2019 at 10:22:43AM +1100, Robins Tharakan wrote:
> localhost postgres@t=# \d tbl
> ERROR:  42703: column c.relhasoids does not exist
> LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...
>                                                              ^
> LOCATION:  errorMissingColumn, parse_relation.c:3313
> ###################

You may want to check your version of psql here.  We do an effort with
downward compatibility, not upward.  And my guess here is that you are
connected to a v12 server, using at most a v11 psql client.
--
Michael

Вложения

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

Предыдущее
От: Robins Tharakan
Дата:
Сообщение: Re: DROP TABLE CASCADE doesn't drop dependencies
Следующее
От: "Saul, Jean Paolo"
Дата:
Сообщение: Re: BUG #15609: synchronous_commit=off insert performance regressionwith secondary indexes