Re: Plpythonu extension

2019-02-20 Thread Vincent Predoehl
ork: brew install petere/postgresql/postgresql@11 --with-python Probably because options are no longer permitted - but this did: brew install petere/postgresql/postgresql@11 Since the —with-python option was part of the script, the plpythonu extension is available in the server.

Re: Plpythonu extension

2019-02-20 Thread Adrian Klaver
-python. Also tried brew install petere/postgresql Without any options.  It installed, but without the plpythonu extension. I ran brew uninstall postgresql before trying any install command, of course. I browsed the repo file postgre...@11.rb <mailto:postgre...@11.rb> and the script d

Re: Plpythonu extension

2019-02-20 Thread Vincent Predoehl
I forgot to mention that I tried Peter’s post and there were clear instructions. However, the default install still did not include plpythonu. This is what I did: brew tap petere/postgresql Then brew install petere/postgresql --with-python Which failed with invalid option —with-python. Als

Re: Plpythonu extension

2019-02-20 Thread Adrian Klaver
On 2/20/19 2:28 PM, Vincent Predoehl wrote: postgresql --with-python/ I am not really sure how the Brew system works, but it appears it is possible to request a fork or branch from the main project that will have the —with-python option enabled by default.  All I’m trying to do is learn

Re: Plpythonu extension

2019-02-20 Thread Vincent Predoehl
> On Feb 20, 2019, at 10:13 AM, Adrian Klaver wrote: > > On 2/20/19 8:06 AM, Vincent Predoehl wrote: >> Ok, thanks guys. I already tried: >> brew install postgres --with-python >> With no success… > > See Peters post and it's link to: > > https://github.com/Homebrew/homebrew-core/pull/36074

Re: Plpythonu extension

2019-02-20 Thread Anthony DeBarros
Consider using Postgres.app instead? On Wed, Feb 20, 2019 at 11:13 AM Adrian Klaver wrote: > On 2/20/19 8:06 AM, Vincent Predoehl wrote: > > Ok, thanks guys. I already tried: > > > > brew install postgres --with-python > > > > With no success… > > See Peters post and it's link to: > > https://g

Re: Plpythonu extension

2019-02-20 Thread Adrian Klaver
On 2/20/19 8:06 AM, Vincent Predoehl wrote: Ok, thanks guys.  I already tried: brew install postgres --with-python With no success… See Peters post and it's link to: https://github.com/Homebrew/homebrew-core/pull/36074 Seems options are no longer allowed in Homebrew. On Feb 20, 2019, at

Re: Plpythonu extension

2019-02-20 Thread Vincent Predoehl
Ok, thanks guys. I already tried: brew install postgres --with-python With no success… > On Feb 20, 2019, at 10:01 AM, Adrian Klaver wrote: > > On 2/20/19 6:46 AM, Vincent Predoehl wrote: >> hi >> I have PostgreSQL 11.1 installed on MacOS X Mojave and I used brew to do the >> install. It ap

Re: Plpythonu extension

2019-02-20 Thread Adrian Klaver
On 2/20/19 6:46 AM, Vincent Predoehl wrote: hi I have PostgreSQL 11.1 installed on MacOS X Mojave and I used brew to do the install. It appears that the extension plpython was not included in the default installation and I would like to know how to install it. All I can find is: https://st

Re: Plpythonu extension

2019-02-20 Thread Peter Eisentraut
On 2019-02-19 14:40, Vincent Predoehl wrote: > I have PostgreSQL 11.1 installed on MacOS X Mojave and I used brew to do the > install. It appears that the extension plpython was not included in the > default installation and I would like to know how to install it. Apparently, it was removed her

Plpythonu extension

2019-02-20 Thread Vincent Predoehl
hi I have PostgreSQL 11.1 installed on MacOS X Mojave and I used brew to do the install. It appears that the extension plpython was not included in the default installation and I would like to know how to install it. Thanks…

Plpythonu extension

2019-02-19 Thread Vincent Predoehl
hi I have PostgreSQL 11.1 installed on MacOS X Mojave and I used brew to do the install. It appears that the extension plpython was not included in the default installation and I would like to know how to install it. Thanks…