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

Commit 75a9fca

Browse files
author
Nikita Glukhov
committed
Jsonpath GIN support
1 parent 58a227b commit 75a9fca

File tree

8 files changed

+1384
-76
lines changed

8 files changed

+1384
-76
lines changed

doc/src/sgml/gin.sgml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,17 @@
102102
<literal>?&amp;</literal>
103103
<literal>?|</literal>
104104
<literal>@&gt;</literal>
105+
<literal>@?</literal>
106+
<literal>@~</literal>
105107
</entry>
106108
</row>
107109
<row>
108110
<entry><literal>jsonb_path_ops</literal></entry>
109111
<entry><type>jsonb</type></entry>
110112
<entry>
111113
<literal>@&gt;</literal>
114+
<literal>@?</literal>
115+
<literal>@~</literal>
112116
</entry>
113117
</row>
114118
<row>

0 commit comments

Comments
 (0)