1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2016-07-25 22:07:44 -04:00
parent 1804d1555f
commit 40fcfec82c
5 changed files with 6 additions and 6 deletions

View File

@ -9,7 +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.
HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too.
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
--