Is the plpython3u extension supported and if not will it be?
Just as titled.
5 Replies
genetic-orangeOP•7mo ago
GitHub
Epic: Add extension plpython3u · Issue #3668 · neondatabase/neon
It would be great for Neon to support PL Python https://www.postgresql.org/docs/current/plpython.html
genetic-orangeOP•7mo ago
https://github.com/neondatabase/neon/pull/4565 guess until it's network sandboxed it would be pretty terrible in a shared serverless platform, makes sense.
GitHub
[DO NOT MERGE BEFORE NETWORK POLICIES] Compile
plpython3u
by vadi...Problem
One more step closer to install pgml
postgres=# create extension plpython3u;
CREATE EXTENSION
postgres=# CREATE FUNCTION return_str_arr()
RETURNS varchar[]
AS $$
return "hello&am...
absent-sapphire•7mo ago
checking, but I think the answer is "unlikely"
genetic-orangeOP•7mo ago
Yeah it makes sense, same with PL/perl or PL/tcl - they can all make network calls and thus “untrusted”
Shame I’ll just make do with plv8 and pl/pgsql
absent-sapphire•7mo ago
we could probably get plrust installed, that's trusted