Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b1a5287

Browse files
committed
Fix typos in descriptions of json_object functions.
1 parent 3694b4d commit b1a5287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4228,9 +4228,9 @@ DESCR("build a json object from pairwise key/value inputs");
42284228
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_ ));
42294229
DESCR("build an empty json object");
42304230
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");
42324232
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");
42344234
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_ ));
42354235
DESCR("map input to json");
42364236

0 commit comments

Comments
 (0)