Postgres 9.5 Installation on OS X
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.
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