Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bFVps-0001LH-Ou for pgsql-docs@arkaria.postgresql.org; Wed, 22 Jun 2016 00:16:04 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bFVps-0000nj-By for pgsql-docs@arkaria.postgresql.org; Wed, 22 Jun 2016 00:16:04 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bFVpW-0000P2-Au for pgsql-docs@postgreSQL.org; Wed, 22 Jun 2016 00:15:42 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bFVpT-0008MV-Kh for pgsql-docs@postgreSQL.org; Wed, 22 Jun 2016 00:15:41 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id u5M0FZeT026121; Tue, 21 Jun 2016 20:15:35 -0400 From: Tom Lane To: Michelle Schwan cc: Alvaro Herrera , Michael Paquier , pgsql-docs@postgreSQL.org Subject: Re: DROP EXTENSION In-reply-to: References: <12382.1466533609@sss.pgh.pa.us> <20160621183258.GA101603@alvherre.pgsql> Comments: In-reply-to Michelle Schwan message dated "Tue, 21 Jun 2016 18:36:58 -0000" Date: Tue, 21 Jun 2016 20:15:35 -0400 Message-ID: <26120.1466554535@sss.pgh.pa.us> X-Pg-Spam-Score: -1.8 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Michelle Schwan writes: > That sounds good (but in my case there was no "silent drop"!). > I would presume that standard functionality would be drop cascade drops all dependent and just drop errors if extension is used anywhere. But, in the meantime, I think the documentation should reflect this feature. Done at https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=342921078a76a34fd2f44f121f225126778eb2cb Results should be visible at https://www.postgresql.org/docs/devel/static/ddl-depend.html in half an hour or so. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs