@@ -4228,9 +4228,9 @@ DESCR("build a json object from pairwise key/value inputs");
42284228DATA (insert OID = 3201 (json_build_object PGNSP PGUID 12 1 0 0 0 f f f f f f s 0 0 114 "" _null_ _null_ _null_ _null_ json_build_object_noargs _null_ _null_ _null_ ));
42294229DESCR ("build an empty json object" );
42304230DATA (insert OID = 3202 (json_object PGNSP PGUID 12 1 0 0 0 f f f f t f s 1 0 114 "1009" _null_ _null_ _null_ _null_ json_object _null_ _null_ _null_ ));
4231- DESCR ("map textarrayof key valuepais to json object" );
4231+ DESCR ("map textarray of key valuepairs to json object" );
42324232DATA (insert OID = 3203 (json_object PGNSP PGUID 12 1 0 0 0 f f f f t f s 2 0 114 "1009 1009" _null_ _null_ _null_ _null_ json_object_two_arg _null_ _null_ _null_ ));
4233- DESCR ("map textarrayof key value pais to json object" );
4233+ DESCR ("map textarrays of keys and values to json object" );
42344234DATA (insert OID = 3176 (to_json PGNSP PGUID 12 1 0 0 0 f f f f t f s 1 0 114 "2283" _null_ _null_ _null_ _null_ to_json _null_ _null_ _null_ ));
42354235DESCR ("map input to json" );
42364236