Skip to content

Commit f66a3ca

Browse files
committed
Un-break ltree.
1 parent 3c4768d commit f66a3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/ltree/ltree.sql.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ CREATE OPERATOR @> (
235235
RIGHTARG = ltree,
236236
PROCEDURE = ltree_isparent,
237237
COMMUTATOR = '<@',
238-
RESTRICT = parentsel,
238+
RESTRICT = ltreeparentsel,
239239
JOIN = contjoinsel
240240
);
241241

@@ -253,7 +253,7 @@ CREATE OPERATOR <@ (
253253
RIGHTARG = ltree,
254254
PROCEDURE = ltree_risparent,
255255
COMMUTATOR = '@>',
256-
RESTRICT = parentsel,
256+
RESTRICT = ltreeparentsel,
257257
JOIN = contjoinsel
258258
);
259259

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy