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 cad3c5d commit 9d99dacCopy full SHA for 9d99dac
src/test/regress/expected/lseg.out
@@ -23,9 +23,11 @@ s
23
(5 rows)
24
25
QUERY: SELECT * FROM LSEG_TBL WHERE s <= '[(1,2),(3,4)]'::lseg;
26
-ERROR: There is no operator '<=' for types 'lseg' and 'lseg'
27
- You will either have to retype this query using an explicit cast,
28
- or you will have to define the operator using CREATE OPERATOR
+s
+-------------
+[(1,2),(3,4)]
29
+(1 row)
30
+
31
QUERY: SELECT * FROM LSEG_TBL WHERE (s <-> '[(1,2),(3,4)]'::lseg) < 10;
32
s
33
------------------
0 commit comments