You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I try to create a function in python, the db backend drops.
(user) =# create extension plpython3u;
CREATE EXTENSION
(user )=# CREATE FUNCTION pymax (a integer, b integer)
(user) -# RETURNS integer
(user) -# AS $$
(user) $# if a > b:
(user) $# return a
(user) $# return b
(user) $# $$ LANGUAGE plpython3u;
il server ha chiuso la connessione inaspettatamente
Questo probabilmente indica che il server ha terminato in modo anormale
prima o durante l'elaborazione della richiesta.
Connessione al server persa. Tentativo di reset: Fallito.
May you please be so kind to point me to which binary python distro should I use (with no admin right required for installing, of course)?
With kindly regards,
/gp
The text was updated successfully, but these errors were encountered:
Hi,
first of all let me thank you very, very, very much for this portable edition:
thank you again!
Now the issue: I'm using the latest release PostgreSQLPortable_10.4.1_online.paf.exe,
along with a binary distribution of python for win-32 bit from anaconda:
https://anaconda.org/anaconda/python/3.4.4/download/win-32/python-3.4.4-5.tar.bz2
but when I try to create a function in python, the db backend drops.
(user) =# create extension plpython3u;$# $ $ LANGUAGE plpython3u;
CREATE EXTENSION
(user )=# CREATE FUNCTION pymax (a integer, b integer)
(user) -# RETURNS integer
(user) -# AS $$
(user) $# if a > b:
(user) $# return a
(user) $# return b
(user)
il server ha chiuso la connessione inaspettatamente
Questo probabilmente indica che il server ha terminato in modo anormale
prima o durante l'elaborazione della richiesta.
Connessione al server persa. Tentativo di reset: Fallito.
May you please be so kind to point me to which binary python distro should I use (with no admin right required for installing, of course)?
With kindly regards,
/gp
The text was updated successfully, but these errors were encountered: