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…
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…
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
> 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://
> On Feb 20, 2019, at 6:26 PM, Adrian Klaver <mailto:adrian.kla...@aklaver.com>> wrote:
>
> 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
> On Feb 20, 2019, at 11:12 PM, Adrian Klaver 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@11 --with-python
Great idea!! It works.
This didn’t work:
brew install pe