Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bFz1O-000505-9L for pgsql-docs@arkaria.postgresql.org; Thu, 23 Jun 2016 07:25:54 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bFz1N-0003EZ-No for pgsql-docs@arkaria.postgresql.org; Thu, 23 Jun 2016 07:25:53 +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 1bFz11-0002RK-Jg for pgsql-docs@postgresql.org; Thu, 23 Jun 2016 07:25:31 +0000 Received: from mail-qk0-x22d.google.com ([2607:f8b0:400d:c09::22d]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bFz0y-0006Bf-Ob for pgsql-docs@postgresql.org; Thu, 23 Jun 2016 07:25:30 +0000 Received: by mail-qk0-x22d.google.com with SMTP id t127so96608975qkf.1 for ; Thu, 23 Jun 2016 00:25:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yrvInXZfzobi8PVBMI4S1JkYfZUr1xNYZbvyls2AUdo=; b=S/gcZI53+Rr87Lhee4k1V9Rq0RQb6bpGjHt4pKDI0gV3URHKQIBsdIIi24fAuaXaZs RHLKTS0P5YiNonXk7nfn6/O9K3ysajP8pBMgEwC/zYD+95pIRysAc9Vd/z54zr25QK7U T5mw0L8xL4bVHauEqGZlUzrKi3b5o59SWMYf/amNrskUjdA/kGENgNqoiNSwuU0auFIz OKm5ANOuWL3t5ChNnNPTKXUzAaIQa606Dlc4V9h3FOBK9eaMp9/T+LsAOl3asQLKqGlh G49iDk6k2Lqvuph89TbU7k80ku+8N3Djb5nc4Llm3M+j+cUfyDRuq1JwGBimf84QMkRC dX2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yrvInXZfzobi8PVBMI4S1JkYfZUr1xNYZbvyls2AUdo=; b=attpczTMzsZ09TI7Wz5xR7SR+ikrhzVPrVxPRB4VlSInTu+OK6LGWVP+Qs2FlHxlr9 bN+PkxL2cFsk5Hd0QK8ep3xmyOtuzVpoDpNq/+CxXiXdyzGk806hw2vf0qnaopL9GYdK NR4SPQ6ftCyqWXqOYWXqnkk8HL9x7GtKLajWgq6eHR/4lQ36GroHvn+eGM4Fno7CO/m/ jaOqjAXMR22QF2ekMPSV7uWv7fON4qNfoPqrBU2j9AEUojJzfkYF/ZBe0svrigsB1lYX 83gNvDtKkQQoyTiluRRFWvlFje2CQAXmcwFTmXPkD8oFg4mBxNpdZW+poPCFVuLtxk+w BNkg== X-Gm-Message-State: ALyK8tJA/x7dOJk5I5ey2zOkIUcrwEGsYWQEjiAbRWADxGSldWKLQj4395XnZXMQUC1zsDlmE397ISSRkzLddA== X-Received: by 10.55.134.67 with SMTP id i64mr43041830qkd.72.1466666726901; Thu, 23 Jun 2016 00:25:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.45.156 with HTTP; Thu, 23 Jun 2016 00:25:26 -0700 (PDT) In-Reply-To: <20160623013212.GG17994@momjian.us> References: <12382.1466533609@sss.pgh.pa.us> <20160621183258.GA101603@alvherre.pgsql> <26120.1466554535@sss.pgh.pa.us> <20160623013212.GG17994@momjian.us> From: Magnus Hagander Date: Thu, 23 Jun 2016 09:25:26 +0200 Message-ID: Subject: Re: DROP EXTENSION To: Bruce Momjian Cc: Tom Lane , Michelle Schwan , Alvaro Herrera , Michael Paquier , pgsql-docs Content-Type: multipart/alternative; boundary=94eb2c073de042f0a30535ecf5e4 X-Pg-Spam-Score: -1.1 (-) 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 --94eb2c073de042f0a30535ecf5e4 Content-Type: text/plain; charset=UTF-8 On Thu, Jun 23, 2016 at 3:32 AM, Bruce Momjian wrote: > On Tue, Jun 21, 2016 at 08:15:35PM -0400, Tom Lane wrote: > > 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. > > Uh, I don't think that builds every 30 minutes --- I think it is 4-6 > hours. Comments? > Correct, the developer docs are updated every 4 hours. But as it's a fairly predictable every-4-hours (unless there is something broken in the build), the actual remaining time can be estimated by looking at the buildfarm. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ --94eb2c073de042f0a30535ecf5e4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Thu, Jun 23, 2016 at 3:32 AM, Bruce Momjian <bruce@momjian.us>= ; wrote:
On Tue, = Jun 21, 2016 at 08:15:35PM -0400, Tom Lane wrote:
> Michelle Schwan <mschwan@op= entext.com> writes:
> > That sounds good (but in my case there was no "silent drop&q= uot;!).
> > I would presume that standard functionality would be drop cascade= drops all dependent and just drop errors if extension is used anywhere.=C2= =A0 But, in the meantime, I think the documentation should reflect this fea= ture.
>
> Done at
> https://git.postgresql.org/gitweb/?p=3Dpostgresql.git;a= =3Dcommitdiff;h=3D342921078a76a34fd2f44f121f225126778eb2cb
>
> Results should be visible at
> https://www.postgresql.org/docs/dev= el/static/ddl-depend.html
> in half an hour or so.

Uh, I don't think that builds every 30 minutes --- I think it is= 4-6
hours.=C2=A0 Comments?

Correct, the dev= eloper docs are updated every 4 hours.

But as it&#= 39;s a fairly predictable every-4-hours (unless there is something broken i= n the build), the actual remaining time can be estimated by looking at the = buildfarm.
=C2=A0
--
=C2=A0Magnus Hagander
=C2=A0Me: http://www.hagander.net= /
=C2=A0Work: http://www.redpill-linpro.com/
--94eb2c073de042f0a30535ecf5e4--