Skip to content

Commit 4eb0e3a

Browse files
committed
Very minor tweak to README.pg_sphere
1 parent 0d272eb commit 4eb0e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.pg_sphere

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ UPDATING AN EXISTING INSTALLATION:
4646
-- You also may want to check what version of pgSphere is installed using
4747
either of following commands:
4848

49-
psql -c "select pg_sphere_version();" <database>
49+
psql -c "SELECT pg_sphere_version();" <database>
5050
psql -c "SELECT * FROM pg_available_extension_versions WHERE name = 'pg_sphere';"
5151

5252
REGRESSION TEST (as the same user as the currently running PostgreSQL server):

0 commit comments

Comments
 (0)