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

Commita4627e8

Browse files
committed
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
All the other jsonb function descriptions refer to the arguments as being"jsonb", but these two said "json". Make it consistent. Per bug #13905from Petru Florin Mihancea.No catversion bump --- we can't force one in the back branches, and thisisn't very critical anyway.
1 parent23f3cc3 commita4627e8

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
@@ -4745,9 +4745,9 @@ DESCR("get record fields from a jsonb object");
47454745
DATA(insert OID = 3475 ( jsonb_populate_recordsetPGNSP PGUID 12 1 100 0 0 f f f f f t s s 2 0 2283 "2283 3802" _null_ _null_ _null_ _null_ _null_ jsonb_populate_recordset _null_ _null_ _null_ ));
47464746
DESCR("get set of records with fields from a jsonb array of objects");
47474747
DATA(insert OID = 3490 ( jsonb_to_recordPGNSP PGUID 12 1 0 0 0 f f f f t f s s 1 0 2249 "3802" _null_ _null_ _null_ _null_ _null_ jsonb_to_record _null_ _null_ _null_ ));
4748-
DESCR("get record fields from ajson object");
4748+
DESCR("get record fields from ajsonb object");
47494749
DATA(insert OID = 3491 ( jsonb_to_recordsetPGNSP PGUID 12 1 100 0 0 f f f f f t s s 1 0 2249 "3802" _null_ _null_ _null_ _null_ _null_ jsonb_to_recordset _null_ _null_ _null_ ));
4750-
DESCR("get set of records with fields from ajson array of objects");
4750+
DESCR("get set of records with fields from ajsonb array of objects");
47514751
DATA(insert OID = 3210 ( jsonb_typeofPGNSP PGUID 12 1 0 0 0 f f f f t f i s 1 0 25 "3802" _null_ _null_ _null_ _null_ _null_ jsonb_typeof _null_ _null_ _null_ ));
47524752
DESCR("get the type of a jsonb value");
47534753
DATA(insert OID = 4038 ( jsonb_ne PGNSP PGUID 12 1 0 0 0 f f f f t f i s 2 0 16 "3802 3802" _null_ _null_ _null_ _null_ _null_ jsonb_ne _null_ _null_ _null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp