From adb77640304a375883eaaec9eb9b21036c2be0bd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 22 Jan 2010 15:45:15 +0000 Subject: PL/Python DO handler Also cleaned up some redundancies between the primary error messages and the error context in PL/Python. Hannu Valtonen --- src/pl/plpython/sql/plpython_do.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/pl/plpython/sql/plpython_do.sql (limited to 'src/pl/plpython/sql') diff --git a/src/pl/plpython/sql/plpython_do.sql b/src/pl/plpython/sql/plpython_do.sql new file mode 100644 index 00000000000..8596c39d37a --- /dev/null +++ b/src/pl/plpython/sql/plpython_do.sql @@ -0,0 +1,3 @@ +DO $$ plpy.notice("This is plpythonu.") $$ LANGUAGE plpythonu; + +DO $$ nonsense $$ LANGUAGE plpythonu; -- cgit v1.2.3