mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 02:37:31 +03:00
PL/Python DO handler
Also cleaned up some redundancies between the primary error messages and the error context in PL/Python. Hannu Valtonen
This commit is contained in:
3
src/pl/plpython/sql/plpython_do.sql
Normal file
3
src/pl/plpython/sql/plpython_do.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DO $$ plpy.notice("This is plpythonu.") $$ LANGUAGE plpythonu;
|
||||
|
||||
DO $$ nonsense $$ LANGUAGE plpythonu;
|
||||
Reference in New Issue
Block a user