aboutsummaryrefslogtreecommitdiff
path: root/contrib/earthdistance/expected/earthdistance.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/earthdistance/expected/earthdistance.out')
-rw-r--r--contrib/earthdistance/expected/earthdistance.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/earthdistance/expected/earthdistance.out b/contrib/earthdistance/expected/earthdistance.out
index 6a589247341..e9daa8488ea 100644
--- a/contrib/earthdistance/expected/earthdistance.out
+++ b/contrib/earthdistance/expected/earthdistance.out
@@ -9,7 +9,7 @@
--
CREATE EXTENSION earthdistance; -- fail, must install cube first
ERROR: required extension "cube" is not installed
-HINT: Use CREATE EXTENSION CASCADE to install required extensions too.
+HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too.
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
--