Re: [GENERAL] import plpy

2016-01-29 Thread Adrian Klaver
On 01/29/2016 04:13 AM, Kent Tenney wrote: From the Packt book "Postgresql Server Programming" "you can have a similar environment in your Python development environment using the plpy module. Just put the module in your path and do import plpy before you try running your prospective PL/Python

[GENERAL] import plpy

2016-01-29 Thread Kent Tenney
>From the Packt book "Postgresql Server Programming" "you can have a similar environment in your Python development environment using the plpy module. Just put the module in your path and do import plpy before you try running your prospective PL/PythonU functions in an ordinary interpreter." I'v