Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/pl/plpython/expected/   (The Python Language ©)  Datei vom 11.4.2026 mit Größe 349 B image not shown  

Quelle  plpython_do.out   Sprache: unbekannt

 
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]