We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67aaf2 commit 23fc0b4Copy full SHA for 23fc0b4
contrib/earthdistance/expected/earthdistance.out
@@ -9,6 +9,7 @@
9
--
10
CREATE EXTENSION earthdistance; -- fail, must install cube first
11
ERROR: required extension "cube" is not installed
12
+HINT: Use CREATE EXTENSION CASCADE to install required extensions too.
13
CREATE EXTENSION cube;
14
CREATE EXTENSION earthdistance;
15
0 commit comments