Skip to content

Commit 9d99dac

Browse files
author
Thomas G. Lockhart
committed
Update test for newly implemented "<=" operator.
1 parent cad3c5d commit 9d99dac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/test/regress/expected/lseg.out

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ s
2323
(5 rows)
2424

2525
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
26+
s
27+
-------------
28+
[(1,2),(3,4)]
29+
(1 row)
30+
2931
QUERY: SELECT * FROM LSEG_TBL WHERE (s <-> '[(1,2),(3,4)]'::lseg) < 10;
3032
s
3133
------------------

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