mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 15:37:29 +08: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