@@ -882,7 +882,7 @@ SELECT is_point(ll_to_earth(0,0));
882
882
ERROR: function is_point(earth) does not exist
883
883
LINE 1: SELECT is_point(ll_to_earth(0,0));
884
884
^
885
- HINT: No function matches the given name and argument types. You may need to add explicit type casts.
885
+ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
886
886
SELECT cube_dim(ll_to_earth(0,0)) <= 3;
887
887
?column?
888
888
----------
@@ -900,7 +900,7 @@ SELECT is_point(ll_to_earth(30,60));
900
900
ERROR: function is_point(earth) does not exist
901
901
LINE 1: SELECT is_point(ll_to_earth(30,60));
902
902
^
903
- HINT: No function matches the given name and argument types. You may need to add explicit type casts.
903
+ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
904
904
SELECT cube_dim(ll_to_earth(30,60)) <= 3;
905
905
?column?
906
906
----------
@@ -918,7 +918,7 @@ SELECT is_point(ll_to_earth(60,90));
918
918
ERROR: function is_point(earth) does not exist
919
919
LINE 1: SELECT is_point(ll_to_earth(60,90));
920
920
^
921
- HINT: No function matches the given name and argument types. You may need to add explicit type casts.
921
+ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
922
922
SELECT cube_dim(ll_to_earth(60,90)) <= 3;
923
923
?column?
924
924
----------
@@ -936,7 +936,7 @@ SELECT is_point(ll_to_earth(-30,-90));
936
936
ERROR: function is_point(earth) does not exist
937
937
LINE 1: SELECT is_point(ll_to_earth(-30,-90));
938
938
^
939
- HINT: No function matches the given name and argument types. You may need to add explicit type casts.
939
+ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
940
940
SELECT cube_dim(ll_to_earth(-30,-90)) <= 3;
941
941
?column?
942
942
----------
0 commit comments