Re: pgsql: Add CASCADE support for CREATE EXTENSION.

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Add CASCADE support for CREATE EXTENSION.
Date: 2015-10-03 19:24:57
Message-ID: CAM3SWZQ0ap3GE2w5Vvi1nynOEv6ant+a_xDwJvVHPv6CyjwyAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sat, Oct 3, 2015 at 9:48 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> Add CASCADE support for CREATE EXTENSION.

As you may have noticed already, this patch fails to account for this
change in earthdistance regression test output:

+ HINT: Use CREATE EXTENSION CASCADE to install required extensions too.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-10-03 19:27:13 Re: pgsql: Add CASCADE support for CREATE EXTENSION.
Previous Message Andres Freund 2015-10-03 16:48:56 pgsql: Add CASCADE support for CREATE EXTENSION.