Call postgres PL/Python stored function from another PL/Python block.
От
lodopidolo
Тема
Call postgres PL/Python stored function from another PL/Python block.
Дата
Msg-id
CAH8CjoBaFgO9Q=W9vgRDbS8RPvXoLvjRKty2Brym95x8ETLpyg@mail.gmail.com
Список
Дерево обсуждения
Call postgres PL/Python stored function from another PL/Python block. lodopidolo <dir.postgresql@orencio.org>
Re: Call postgres PL/Python stored function from another
PL/Python block. Jim Nasby <Jim.Nasby@BlueTreble.com>
Re: Call postgres PL/Python stored function from another
PL/Python block. Adrian Klaver <adrian.klaver@aklaver.com>
Re: Call postgres PL/Python stored function from another
PL/Python block. lodopidolo <dir.postgresql@orencio.org>
Re: Call postgres PL/Python stored function from another
PL/Python block. Pavel Stehule <pavel.stehule@gmail.com>
Hello. It is possible to call al PL/Python stored function natively from another PL/Python function?
Something like:create or replace function f1() returns text as $$ return "hello"
$$ language 'plpython3u';do $$
begin ... t = f1() ...
end;
$$ language 'plpython3u';Regards.
(this question has been made in http://stackoverflow.com/questions/34764665/call-postgres-pl-python-stored-function-from-another-pl-python-block too).
В списке pgsql-general по дате отправления