projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c72ad06
)
another small message tweak
author
Peter Eisentraut
<
[email protected]
>
Fri, 20 Feb 2009 10:39:19 +0000
(10:39 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 20 Feb 2009 10:39:19 +0000
(10:39 +0000)
src/pl/plperl/plperl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plperl/plperl.c
b/src/pl/plperl/plperl.c
index 8d685face00e604f2c3d3ecf029124a806d6864c..2127a2369fb716f84803b39f5464223335d06217 100644
(file)
--- a/
src/pl/plperl/plperl.c
+++ b/
src/pl/plperl/plperl.c
@@
-1446,7
+1446,7
@@
plperl_trigger_handler(PG_FUNCTION_ARGS)
{
ereport(ERROR,
(errcode(ERRCODE_E_R_I_E_TRIGGER_PROTOCOL_VIOLATED),
- errmsg("result of Perl trigger function must be undef, "
+ errmsg("result of P
L/P
erl trigger function must be undef, "
"\"SKIP\", or \"MODIFY\"")));
trv = NULL;
}