@@ -882,7 +882,7 @@ SELECT is_point(ll_to_earth(0,0));
882882ERROR: function is_point(earth) does not exist
883883LINE 1: SELECT is_point(ll_to_earth(0,0));
884884 ^
885- HINT: No function matches the given name and argument types. Youmay need to add explicit type casts.
885+ HINT: No function matches the given name and argument types. Youmight need to add explicit type casts.
886886SELECT cube_dim(ll_to_earth(0,0)) <= 3;
887887 ?column?
888888----------
@@ -900,7 +900,7 @@ SELECT is_point(ll_to_earth(30,60));
900900ERROR: function is_point(earth) does not exist
901901LINE 1: SELECT is_point(ll_to_earth(30,60));
902902 ^
903- HINT: No function matches the given name and argument types. Youmay need to add explicit type casts.
903+ HINT: No function matches the given name and argument types. Youmight need to add explicit type casts.
904904SELECT cube_dim(ll_to_earth(30,60)) <= 3;
905905 ?column?
906906----------
@@ -918,7 +918,7 @@ SELECT is_point(ll_to_earth(60,90));
918918ERROR: function is_point(earth) does not exist
919919LINE 1: SELECT is_point(ll_to_earth(60,90));
920920 ^
921- HINT: No function matches the given name and argument types. Youmay need to add explicit type casts.
921+ HINT: No function matches the given name and argument types. Youmight need to add explicit type casts.
922922SELECT cube_dim(ll_to_earth(60,90)) <= 3;
923923 ?column?
924924----------
@@ -936,7 +936,7 @@ SELECT is_point(ll_to_earth(-30,-90));
936936ERROR: function is_point(earth) does not exist
937937LINE 1: SELECT is_point(ll_to_earth(-30,-90));
938938 ^
939- HINT: No function matches the given name and argument types. Youmay need to add explicit type casts.
939+ HINT: No function matches the given name and argument types. Youmight need to add explicit type casts.
940940SELECT cube_dim(ll_to_earth(-30,-90)) <= 3;
941941 ?column?
942942----------