Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11829ff

Browse files
committed
Remove DESCR entries for json operator functions.
Per -hackers discussion.
1 parent850ade3 commit11829ff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4134,21 +4134,15 @@ DATA(insert OID = 3176 ( to_json PGNSP PGUID 12 1 0 0 0 f f f f t f s 1 0 11
41344134
DESCR("map input to json");
41354135

41364136
DATA(insertOID=3947 (json_object_fieldPGNSPPGUID121000fffftfi20114"114 25"_null__null_"{from_json, field_name}"_null_json_object_field_null__null__null_ ));
4137-
DESCR("get json object field");
41384137
DATA(insertOID=3948 (json_object_field_textPGNSPPGUID121000fffftfi2025"114 25"_null__null_"{from_json, field_name}"_null_json_object_field_text_null__null__null_ ));
4139-
DESCR("get json object field as text");
41404138
DATA(insertOID=3949 (json_array_elementPGNSPPGUID121000fffftfi20114"114 23"_null__null_"{from_json, element_index}"_null_json_array_element_null__null__null_ ));
4141-
DESCR("get json array element");
41424139
DATA(insertOID=3950 (json_array_element_textPGNSPPGUID121000fffftfi2025"114 23"_null__null_"{from_json, element_index}"_null_json_array_element_text_null__null__null_ ));
4143-
DESCR("get json array element as text");
41444140
DATA(insertOID=3951 (json_extract_pathPGNSPPGUID1210250fffftfi20114"114 1009""{114,1009}""{i,v}""{from_json,path_elems}"_null_json_extract_path_null__null__null_ ));
41454141
DESCR("get value from json with path elements");
41464142
DATA(insertOID=3952 (json_extract_path_opPGNSPPGUID121000fffftfi20114"114 1009"_null__null_"{from_json,path_elems}"_null_json_extract_path_null__null__null_ ));
4147-
DESCR("get value from json with path elements");
41484143
DATA(insertOID=3953 (json_extract_path_textPGNSPPGUID1210250fffftfi2025"114 1009""{114,1009}""{i,v}""{from_json,path_elems}"_null_json_extract_path_text_null__null__null_ ));
41494144
DESCR("get value from json as text with path elements");
41504145
DATA(insertOID=3954 (json_extract_path_text_opPGNSPPGUID121000fffftfi2025"114 1009"_null__null_"{from_json,path_elems}"_null_json_extract_path_text_null__null__null_ ));
4151-
DESCR("get value from json as text with path elements");
41524146
DATA(insertOID=3955 (json_array_elementsPGNSPPGUID12110000fffftti10114"114""{114,114}""{i,o}""{from_json,value}"_null_json_array_elements_null__null__null_ ));
41534147
DESCR("key value pairs of a json object");
41544148
DATA(insertOID=3956 (json_array_lengthPGNSPPGUID121000fffftfi1023"114"_null__null__null__null_json_array_length_null__null__null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp