1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-13 14:22:43 +03:00
Files
postgres/src/pl/plpython/sql/plpython_do.sql
Peter Eisentraut adb7764030 PL/Python DO handler
Also cleaned up some redundancies between the primary error messages and the
error context in PL/Python.

Hannu Valtonen
2010-01-22 15:45:15 +00:00

4 lines
102 B
SQL

DO $$ plpy.notice("This is plpythonu.") $$ LANGUAGE plpythonu;
DO $$ nonsense $$ LANGUAGE plpythonu;