File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,9 @@ UPDATING AN EXISTING INSTALLATION:
49
49
psql -c "select pg_sphere_version();" <database>
50
50
psql -c "SELECT * FROM pg_available_extension_versions WHERE name = 'pg_sphere';"
51
51
52
- REGRESSION TESTS (as the same user as the currently running PostgreSQL server):
52
+ REGRESSION TEST (as the same user as the currently running PostgreSQL server):
53
53
54
54
make installcheck
55
- make test
56
55
57
56
LONG REGRESSION TEST:
58
57
@@ -63,4 +62,6 @@ The 'make' program must be compatible with GNU make.
63
62
For more information or to report issues or to help with development, please
64
63
refer to https://github.com/postgrespro/pgsphere/
65
64
65
+ Original repository for pgSphere: https://github.com/akorotkov/pgsphere
66
+
66
67
Have a lot of fun!
You can’t perform that action at this time.
0 commit comments