mirror of
https://github.com/postgres/postgres.git
synced 2025-12-13 14:22:43 +03:00
Also cleaned up some redundancies between the primary error messages and the error context in PL/Python. Hannu Valtonen
4 lines
102 B
SQL
4 lines
102 B
SQL
DO $$ plpy.notice("This is plpythonu.") $$ LANGUAGE plpythonu;
|
|
|
|
DO $$ nonsense $$ LANGUAGE plpythonu;
|