|
|
@ -153,7 +153,7 @@ _PG_init(void) |
|
|
|
NULL, NULL, NULL); |
|
|
|
NULL, NULL, NULL); |
|
|
|
|
|
|
|
|
|
|
|
DefineCustomBoolVariable("plpgsql.print_strict_params", |
|
|
|
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, |
|
|
|
NULL, |
|
|
|
&plpgsql_print_strict_params, |
|
|
|
&plpgsql_print_strict_params, |
|
|
|
false, |
|
|
|
false, |
|
|
@ -161,7 +161,7 @@ _PG_init(void) |
|
|
|
NULL, NULL, NULL); |
|
|
|
NULL, NULL, NULL); |
|
|
|
|
|
|
|
|
|
|
|
DefineCustomStringVariable("plpgsql.extra_warnings", |
|
|
|
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, |
|
|
|
NULL, |
|
|
|
&plpgsql_extra_warnings_string, |
|
|
|
&plpgsql_extra_warnings_string, |
|
|
|
"none", |
|
|
|
"none", |
|
|
@ -171,7 +171,7 @@ _PG_init(void) |
|
|
|
NULL); |
|
|
|
NULL); |
|
|
|
|
|
|
|
|
|
|
|
DefineCustomStringVariable("plpgsql.extra_errors", |
|
|
|
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, |
|
|
|
NULL, |
|
|
|
&plpgsql_extra_errors_string, |
|
|
|
&plpgsql_extra_errors_string, |
|
|
|
"none", |
|
|
|
"none", |
|
|
|