Re: DROP TABLE CASCADE doesn't drop dependencies

Поиск
Список
Период
Сортировка
От Robins Tharakan
Тема Re: DROP TABLE CASCADE doesn't drop dependencies
Дата
Msg-id CAEP4nAxpTz02WyQGrEkD7J8y-gu0T-7v+gbnxY_eqb_67iDxig@mail.gmail.com
обсуждение исходный текст
Ответ на Re: DROP TABLE CASCADE doesn't drop dependencies  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-bugs
Upgrading the client did help.

Apologies for the noise and thanks (again) for prompt responses!
-
robins


On Mon, 4 Feb 2019 at 12:03, Michael Paquier <michael@paquier.xyz> wrote:
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 по дате отправления:

Предыдущее
От: "Saul, Jean Paolo"
Дата:
Сообщение: Re: BUG #15609: synchronous_commit=off insert performance regressionwith secondary indexes
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #15608: Index is used for an inherit table but not for thetable with the index