projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67aaf2
)
Add missed CREATE EXTENSION ... CASCADE regression test adjustment.
author
Andres Freund
Sat, 3 Oct 2015 19:31:51 +0000
(21:31 +0200)
committer
Andres Freund
Sat, 3 Oct 2015 19:31:51 +0000
(21:31 +0200)
contrib/earthdistance/expected/earthdistance.out
patch
|
blob
|
blame
|
history
diff --git
a/contrib/earthdistance/expected/earthdistance.out
b/contrib/earthdistance/expected/earthdistance.out
index 9bd556fc224e4324022437adc3cbc7036ea60812..6a589247341dae28f9dace7ad57cd8fe157c3cad 100644
(file)
--- a/
contrib/earthdistance/expected/earthdistance.out
+++ b/
contrib/earthdistance/expected/earthdistance.out
@@
-9,6
+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.
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
--