N
Neon8mo ago
conscious-sapphire

Is the plpython3u extension supported and if not will it be?

Just as titled.
5 Replies
conscious-sapphire
conscious-sapphireOP8mo 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...
quickest-silver
quickest-silver8mo ago
checking, but I think the answer is "unlikely"
conscious-sapphire
conscious-sapphireOP8mo 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
quickest-silver
quickest-silver8mo ago
we could probably get plrust installed, that's trusted

Did you find this page helpful?