Spracherkennung für: .out vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
DO $$ plpy.notice("This is plpython3u.") $$ LANGUAGE plpython3u;
NOTICE: This is plpython3u.
DO $$ raise Exception("error test") $$ LANGUAGE plpython3u;
ERROR: Exception: error test
CONTEXT: Traceback (most recent call last):
PL/Python anonymous code block, line 1, in <module>
raise Exception("error test")
PL/Python anonymous code block
[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-08-07]