Thread: Postgres 9.5 Installation on OS X

Postgres 9.5 Installation on OS X

From
James Haskell
Date:
I installed Postgres 9.5 on my Mac (OS X v 10.10.5) using Homebrew, and
there is no support for PLPython=E2=80=A6 there is plython* files in
/usr/local/share/postgresql/extension.  Attempting to run "CREATE EXTENSION
plpythonu;=E2=80=9D give error: ERROR:  could not open extension control fi=
le
"/usr/local/share/postgresql/extension/plpythonu.control": No such file or
directory.

Re: Postgres 9.5 Installation on OS X

From
Michael Paquier
Date:
On Fri, Jul 1, 2016 at 7:49 AM, James Haskell <jameskhaskell@gmail.com> wro=
te:
> I installed Postgres 9.5 on my Mac (OS X v 10.10.5) using Homebrew, and
> there is no support for PLPython=E2=80=A6 there is plython* files in
> /usr/local/share/postgresql/extension.  Attempting to run "CREATE EXTENSI=
ON
> plpythonu;=E2=80=9D give error: ERROR:  could not open extension control =
file
> "/usr/local/share/postgresql/extension/plpythonu.control": No such file o=
r
> directory.

That's brew, no? python is an optional dependency there. You need to
specify it if you want it as far as I guess by reading postgresql.rb.
--=20
Michael