diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2014-08-09 00:07:00 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2014-08-09 00:07:00 -0400 |
| commit | f25e0bf5e0af01a687395a76e676dadeb4a60d0a (patch) | |
| tree | 00557e67e01f2fb0f88a9d5d3be2fa77aa643bd7 /src/pl/plpgsql | |
| parent | 3dad73e71f08abd86564d5090a58ca71740e07e0 (diff) | |
| download | postgresql-f25e0bf5e0af01a687395a76e676dadeb4a60d0a.tar.gz | |
Small message fixes
Diffstat (limited to 'src/pl/plpgsql')
| -rw-r--r-- | src/pl/plpgsql/src/pl_handler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/plpgsql/src/pl_handler.c b/src/pl/plpgsql/src/pl_handler.c index e3e350c0f8..f5238d6cad 100644 --- a/src/pl/plpgsql/src/pl_handler.c +++ b/src/pl/plpgsql/src/pl_handler.c @@ -153,7 +153,7 @@ _PG_init(void) NULL, NULL, NULL); DefineCustomBoolVariable("plpgsql.print_strict_params", - gettext_noop("Print information about parameters in the DETAIL part of the error messages generated on INTO .. STRICT failures."), + gettext_noop("Print information about parameters in the DETAIL part of the error messages generated on INTO ... STRICT failures."), NULL, &plpgsql_print_strict_params, false, @@ -161,7 +161,7 @@ _PG_init(void) NULL, NULL, NULL); DefineCustomStringVariable("plpgsql.extra_warnings", - gettext_noop("List of programming constructs which should produce a warning."), + gettext_noop("List of programming constructs that should produce a warning."), NULL, &plpgsql_extra_warnings_string, "none", @@ -171,7 +171,7 @@ _PG_init(void) NULL); DefineCustomStringVariable("plpgsql.extra_errors", - gettext_noop("List of programming constructs which should produce an error."), + gettext_noop("List of programming constructs that should produce an error."), NULL, &plpgsql_extra_errors_string, "none", |
