mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Add missed CREATE EXTENSION ... CASCADE regression test adjustment.
This commit is contained in:
@ -9,6 +9,7 @@
|
|||||||
--
|
--
|
||||||
CREATE EXTENSION earthdistance; -- fail, must install cube first
|
CREATE EXTENSION earthdistance; -- fail, must install cube first
|
||||||
ERROR: required extension "cube" is not installed
|
ERROR: required extension "cube" is not installed
|
||||||
|
HINT: Use CREATE EXTENSION CASCADE to install required extensions too.
|
||||||
CREATE EXTENSION cube;
|
CREATE EXTENSION cube;
|
||||||
CREATE EXTENSION earthdistance;
|
CREATE EXTENSION earthdistance;
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user