How to install 3rd party module for postgres pl/python?
pl/python has access to the all the modules that the normal Python interpreter would have as long as they are in the $PYTHONPATH on the server (and the user that runs the postgres service). Does import lucene work if you run it in the Python interpreter on the server? If your module is installed somewhere … Read more