Postgres 9.5 Installation on OS X

Started by James Haskellalmost 10 years ago2 messagesbugs
Jump to latest
#1James Haskell
jameskhaskell@gmail.com

I installed Postgres 9.5 on my Mac (OS X v 10.10.5) using Homebrew, and
there is no support for PLPython… there is plython* files in
/usr/local/share/postgresql/extension. Attempting to run "CREATE EXTENSION
plpythonu;” give error: ERROR: could not open extension control file
"/usr/local/share/postgresql/extension/plpythonu.control": No such file or
directory.

#2Michael Paquier
michael@paquier.xyz
In reply to: James Haskell (#1)
Re: Postgres 9.5 Installation on OS X

On Fri, Jul 1, 2016 at 7:49 AM, James Haskell <jameskhaskell@gmail.com> wrote:

I installed Postgres 9.5 on my Mac (OS X v 10.10.5) using Homebrew, and
there is no support for PLPython… there is plython* files in
/usr/local/share/postgresql/extension. Attempting to run "CREATE EXTENSION
plpythonu;” give error: ERROR: could not open extension control file
"/usr/local/share/postgresql/extension/plpythonu.control": No such file or
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.
--
Michael

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs