diff options
Diffstat (limited to 'contrib/ltree/ltree.sql.in')
| -rw-r--r-- | contrib/ltree/ltree.sql.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ltree/ltree.sql.in b/contrib/ltree/ltree.sql.in index 8e7d5680a84..bdb8bdf52cb 100644 --- a/contrib/ltree/ltree.sql.in +++ b/contrib/ltree/ltree.sql.in @@ -230,7 +230,7 @@ CREATE OPERATOR @> ( RIGHTARG = ltree, PROCEDURE = ltree_isparent, COMMUTATOR = '<@', - RESTRICT = contsel, + RESTRICT = parentsel, JOIN = contjoinsel ); @@ -248,7 +248,7 @@ CREATE OPERATOR <@ ( RIGHTARG = ltree, PROCEDURE = ltree_risparent, COMMUTATOR = '@>', - RESTRICT = contsel, + RESTRICT = parentsel, JOIN = contjoinsel ); |
