Re: DROP TABLE CASCADE doesn't drop dependencies

From: Robins Tharakan <tharakan(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: DROP TABLE CASCADE doesn't drop dependencies
Date: 2019-02-04 08:18:41
Message-ID: CAEP4nAxpTz02WyQGrEkD7J8y-gu0T-7v+gbnxY_eqb_67iDxig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)paquier(dot)xyz> wrote:

> On Mon, Feb 04, 2019 at 10:22:43AM +1100, Robins Tharakan wrote:
> > localhost postgres(at)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
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2019-02-04 08:48:55 Re: BUG #15608: Index is used for an inherit table but not for the table with the index
Previous Message Saul, Jean Paolo 2019-02-04 02:26:59 Re: BUG #15609: synchronous_commit=off insert performance regression with secondary indexes