diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2009-02-20 10:39:19 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2009-02-20 10:39:19 +0000 |
commit | 1491b4c47d2491bd6fad5c46f21b37f33c7e2638 (patch) | |
tree | d6f2e8e2a3163e870264171ec7f16b2bd2931587 /src | |
parent | fae3083c3bcc54b916c309671dd1ef1fc3e60e50 (diff) | |
download | postgresql-1491b4c47d2491bd6fad5c46f21b37f33c7e2638.tar.gz postgresql-1491b4c47d2491bd6fad5c46f21b37f33c7e2638.zip |
another small message tweak
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plperl/plperl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c index 0cf33cd7d8d..7c6cc868cd4 100644 --- a/src/pl/plperl/plperl.c +++ b/src/pl/plperl/plperl.c @@ -1,7 +1,7 @@ /********************************************************************** * plperl.c - perl as a procedural language for PostgreSQL * - * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.145 2009/02/19 10:33:17 petere Exp $ + * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.146 2009/02/20 10:39:19 petere Exp $ * **********************************************************************/ @@ -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 PL/Perl trigger function must be undef, " "\"SKIP\", or \"MODIFY\""))); trv = NULL; } |