2 44.4. Anonymous Code Blocks #
4 PL/Python also supports anonymous code blocks called with the DO
8 $$ LANGUAGE plpython3u;
10 An anonymous code block receives no arguments, and whatever value it
11 might return is discarded. Otherwise it behaves just like a function.