Skip to content

Commit 0d272eb

Browse files
committed
Additional tweaks to README.pg_sphere
1 parent d2fc6df commit 0d272eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.pg_sphere

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ UPDATING AN EXISTING INSTALLATION:
4949
psql -c "select pg_sphere_version();" <database>
5050
psql -c "SELECT * FROM pg_available_extension_versions WHERE name = 'pg_sphere';"
5151

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):
5353

5454
make installcheck
55-
make test
5655

5756
LONG REGRESSION TEST:
5857

@@ -63,4 +62,6 @@ The 'make' program must be compatible with GNU make.
6362
For more information or to report issues or to help with development, please
6463
refer to https://github.com/postgrespro/pgsphere/
6564

65+
Original repository for pgSphere: https://github.com/akorotkov/pgsphere
66+
6667
Have a lot of fun!

0 commit comments

Comments
 (0)