Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d99dac

Browse files
author
Thomas G. Lockhart
committed
Update test for newly implemented "<=" operator.
1 parentcad3c5d commit9d99dac

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)

[8]ページ先頭

©2009-2025 Movatter.jp