File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4218,9 +4218,9 @@ DESCR("build a json object from pairwise key/value inputs");
4218
4218
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_ ));
4219
4219
DESCR ("build an empty json object" );
4220
4220
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_ ));
4221
- DESCR ("map text arrayof key value pais to json object" );
4221
+ DESCR ("map text array of key value pairs to json object" );
4222
4222
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_ ));
4223
- DESCR ("map text arrayof key value pais to json object" );
4223
+ DESCR ("map text arrays of keys and values to json object" );
4224
4224
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_ ));
4225
4225
DESCR ("map input to json" );
4226
4226
You can’t perform that action at this time.
0 commit comments