mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
docs: clarify JSONB operator descriptions
No catalog bump as the catalog changes are for SQL operator comments. Backpatch through 9.5
This commit is contained in:
@ -1806,11 +1806,11 @@ DESCR("greater than or equal");
|
||||
DATA(insert OID = 3246 ( "@>" PGNSP PGUID b f f 3802 3802 16 3250 0 jsonb_contains contsel contjoinsel ));
|
||||
DESCR("contains");
|
||||
DATA(insert OID = 3247 ( "?" PGNSP PGUID b f f 3802 25 16 0 0 jsonb_exists contsel contjoinsel ));
|
||||
DESCR("exists");
|
||||
DESCR("key exists");
|
||||
DATA(insert OID = 3248 ( "?|" PGNSP PGUID b f f 3802 1009 16 0 0 jsonb_exists_any contsel contjoinsel ));
|
||||
DESCR("exists any");
|
||||
DESCR("any key exists");
|
||||
DATA(insert OID = 3249 ( "?&" PGNSP PGUID b f f 3802 1009 16 0 0 jsonb_exists_all contsel contjoinsel ));
|
||||
DESCR("exists all");
|
||||
DESCR("all keys exist");
|
||||
DATA(insert OID = 3250 ( "<@" PGNSP PGUID b f f 3802 3802 16 3246 0 jsonb_contained contsel contjoinsel ));
|
||||
DESCR("is contained by");
|
||||
DATA(insert OID = 3284 ( "||" PGNSP PGUID b f f 3802 3802 3802 0 0 jsonb_concat - - ));
|
||||
|
Reference in New Issue
Block a user