N
Neon7mo ago
genetic-orange

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

Just as titled.
5 Replies
genetic-orange
genetic-orangeOP7mo 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
absent-sapphire7mo ago
checking, but I think the answer is "unlikely"
genetic-orange
genetic-orangeOP7mo 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
absent-sapphire7mo ago
we could probably get plrust installed, that's trusted

Did you find this page helpful?