Skip to content

Commit 0b6deb3

Browse files
committed
Fix 'greater than' operator for jsquery type
1 parent 656ddcc commit 0b6deb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsquery--1.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ CREATE OPERATOR >= (
178178
CREATE OPERATOR > (
179179
LEFTARG = jsquery,
180180
RIGHTARG = jsquery,
181-
PROCEDURE = jsquery_ge,
181+
PROCEDURE = jsquery_gt,
182182
COMMUTATOR = '<',
183183
NEGATOR = '<=',
184184
RESTRICT = scalargtsel,

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