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
>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