mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 09:37:30 +08:00
Do not prefix error messages with the string "PL/Python: "
It is redundant, given the error context. Jan Urbański
This commit is contained in:
@ -2,5 +2,5 @@ DO $$ plpy.notice("This is plpythonu.") $$ LANGUAGE plpythonu;
|
||||
NOTICE: This is plpythonu.
|
||||
CONTEXT: PL/Python anonymous code block
|
||||
DO $$ nonsense $$ LANGUAGE plpythonu;
|
||||
ERROR: PL/Python: NameError: global name 'nonsense' is not defined
|
||||
ERROR: NameError: global name 'nonsense' is not defined
|
||||
CONTEXT: PL/Python anonymous code block
|
||||
|
||||
Reference in New Issue
Block a user