We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fc6df commit 0d272ebCopy full SHA for 0d272eb
README.pg_sphere
@@ -49,10 +49,9 @@ UPDATING AN EXISTING INSTALLATION:
49
psql -c "select pg_sphere_version();" <database>
50
psql -c "SELECT * FROM pg_available_extension_versions WHERE name = 'pg_sphere';"
51
52
-REGRESSION TESTS (as the same user as the currently running PostgreSQL server):
+REGRESSION TEST (as the same user as the currently running PostgreSQL server):
53
54
make installcheck
55
- make test
56
57
LONG REGRESSION TEST:
58
@@ -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
refer to https://github.com/postgrespro/pgsphere/
65
+Original repository for pgSphere: https://github.com/akorotkov/pgsphere
66
+
67
Have a lot of fun!
0 commit comments