Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 23fc0b4

Browse files
committed
Add missed CREATE EXTENSION ... CASCADE regression test adjustment.
1 parent b67aaf2 commit 23fc0b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/earthdistance/expected/earthdistance.out

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
--
1010
CREATE EXTENSION earthdistance; -- fail, must install cube first
1111
ERROR: required extension "cube" is not installed
12+
HINT: Use CREATE EXTENSION CASCADE to install required extensions too.
1213
CREATE EXTENSION cube;
1314
CREATE EXTENSION earthdistance;
1415
--

0 commit comments

Comments
 (0)