File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4228,9 +4228,9 @@ DESCR("build a json object from pairwise key/value inputs");
4228
4228
DATA (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_ ));
4229
4229
DESCR ("build an empty json object" );
4230
4230
DATA (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 text arrayof key value pais to json object" );
4231
+ DESCR ("map text array of key value pairs to json object" );
4232
4232
DATA (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 text arrayof key value pais to json object" );
4233
+ DESCR ("map text arrays of keys and values to json object" );
4234
4234
DATA (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_ ));
4235
4235
DESCR ("map input to json" );
4236
4236
You can’t perform that action at this time.
0 commit comments