2 44.11. Environment Variables #
4 Some of the environment variables that are accepted by the Python
5 interpreter can also be used to affect PL/Python behavior. They would
6 need to be set in the environment of the main PostgreSQL server
7 process, for example in a start script. The available environment
8 variables depend on the version of Python; see the Python documentation
9 for details. At the time of this writing, the following environment
10 variables have an affect on PL/Python, assuming an adequate Python
19 * PYTHONDONTWRITEBYTECODE
24 (It appears to be a Python implementation detail beyond the control of
25 PL/Python that some of the environment variables listed on the python
26 man page are only effective in a command-line interpreter and not an
27 embedded Python interpreter.)