Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482e2eb commit 714c473Copy full SHA for 714c473
expected/init.out
@@ -6,6 +6,6 @@ CREATE EXTENSION pg_sphere;
6
select pg_sphere_version();
7
pg_sphere_version
8
-------------------
9
- 1.2.2
+ 1.2.3
10
(1 row)
11
pg_sphere--1.2.3.sql.in
@@ -0,0 +1,2 @@
1
+-- complain if this script is run via psql
2
+\echo Use "CREATE EXTENSION pg_sphere" to load this file. \quit
0 commit comments