Re: more ALTER .. DEPENDS ON EXTENSION fixes

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>
Cc: Ahsan Hadi <ahsan(dot)hadi(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: more ALTER .. DEPENDS ON EXTENSION fixes
Date: 2020-03-05 18:38:35
Message-ID: 20200305183835.GA26398@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-Mar-05, Ibrar Ahmed wrote:

> Is this intentional that there is no error when removing a non-existing
> dependency?

Hmm, I think we can do nothing silently if nothing is called for.
So, yes, that seems to be the way it should work.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ibrar Ahmed 2020-03-05 19:05:00 Re: more ALTER .. DEPENDS ON EXTENSION fixes
Previous Message Alvaro Herrera 2020-03-05 18:36:56 Re: Retiring support for pre-7.3 FK constraint triggers