@@ -153,15 +153,15 @@ _PG_init(void)
153153NULL ,NULL ,NULL );
154154
155155DefineCustomBoolVariable ("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." ),
157157NULL ,
158158& plpgsql_print_strict_params ,
159159 false,
160160PGC_USERSET ,0 ,
161161NULL ,NULL ,NULL );
162162
163163DefineCustomStringVariable ("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." ),
165165NULL ,
166166& plpgsql_extra_warnings_string ,
167167"none" ,
@@ -171,7 +171,7 @@ _PG_init(void)
171171NULL );
172172
173173DefineCustomStringVariable ("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." ),
175175NULL ,
176176& plpgsql_extra_errors_string ,
177177"none" ,