Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4768d commit f66a3caCopy full SHA for f66a3ca
contrib/ltree/ltree.sql.in
@@ -235,7 +235,7 @@ CREATE OPERATOR @> (
235
RIGHTARG = ltree,
236
PROCEDURE = ltree_isparent,
237
COMMUTATOR = '<@',
238
- RESTRICT = parentsel,
+ RESTRICT = ltreeparentsel,
239
JOIN = contjoinsel
240
);
241
@@ -253,7 +253,7 @@ CREATE OPERATOR <@ (
253
254
PROCEDURE = ltree_risparent,
255
COMMUTATOR = '@>',
256
257
258
259
0 commit comments