@@ -153,15 +153,15 @@ _PG_init(void)
153
153
NULL ,NULL ,NULL );
154
154
155
155
DefineCustomBoolVariable ("plpgsql.print_strict_params" ,
156
- gettext_noop ("Print information about parameters in the DETAIL part of the error messages generated on INTO .. STRICT failures." ),
156
+ gettext_noop ("Print information about parameters in the DETAIL part of the error messages generated on INTO ... STRICT failures." ),
157
157
NULL ,
158
158
& plpgsql_print_strict_params ,
159
159
false,
160
160
PGC_USERSET ,0 ,
161
161
NULL ,NULL ,NULL );
162
162
163
163
DefineCustomStringVariable ("plpgsql.extra_warnings" ,
164
- gettext_noop ("List of programming constructswhich should produce a warning." ),
164
+ gettext_noop ("List of programming constructsthat should produce a warning." ),
165
165
NULL ,
166
166
& plpgsql_extra_warnings_string ,
167
167
"none" ,
@@ -171,7 +171,7 @@ _PG_init(void)
171
171
NULL );
172
172
173
173
DefineCustomStringVariable ("plpgsql.extra_errors" ,
174
- gettext_noop ("List of programming constructswhich should produce an error." ),
174
+ gettext_noop ("List of programming constructsthat should produce an error." ),
175
175
NULL ,
176
176
& plpgsql_extra_errors_string ,
177
177
"none" ,