mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Add missed CREATE EXTENSION ... CASCADE regression test adjustment.
This commit is contained in:
parent
b67aaf21e8
commit
23fc0b485d
@ -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;
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user