Questions tagged [plpython]

Questions about PostgreSQL's PL/Python procedural language. This extension allows one to write python-based triggers and functions inside of the PostgreSQL RDBMS.

166 questions
-2
votes
1 answer

How to translate this PostgreSQL function from PL/Py to PL/SQL?

I have a function written in PL/Python. It is a database function that runs in Python, which is permitted because of a procedural language installed via: CREATE PROCEDURAL LANGUAGE 'plpythonu' HANDLER plpython_call_handler (I found a nice trick,…
PyTis
  • 1,054
  • 10
  • 13
1 2 3
11
12