Re: Plpythonu extension

From: Vincent Predoehl <vpredoehl(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Plpythonu extension
Date: 2019-02-21 06:09:42
Message-ID: 1B6B3FCD-16E3-438F-98AA-E3CB4C48043C@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Feb 20, 2019, at 11:12 PM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>
> I am not a Mac user and therefore do not use Homebrew, so take the below with that in mind. Have you tried?:
>
> brew install petere/postgresql/postgresql(at)11 --with-python

Great idea!! It works.

This didn’t work:

brew install petere/postgresql/postgresql(at)11 --with-python

Probably because options are no longer permitted - but this did:

brew install petere/postgresql/postgresql(at)11

Since the —with-python option was part of the script, the plpythonu extension is available in the server.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Julie Nishimura 2019-02-21 07:17:10 Barman disaster recovery solution
Previous Message Adrian Klaver 2019-02-21 05:12:34 Re: Plpythonu extension