Re: DROP TABLE CASCADE doesn't drop dependencies

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Robins Tharakan <tharakan(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: DROP TABLE CASCADE doesn't drop dependencies
Date: 2019-02-04 01:03:42
Message-ID: 20190204010342.GB1881@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Saul, Jean Paolo 2019-02-04 02:26:59 Re: BUG #15609: synchronous_commit=off insert performance regression with secondary indexes
Previous Message Robins Tharakan 2019-02-04 00:28:20 Re: DROP TABLE CASCADE doesn't drop dependencies