We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d272eb commit 4eb0e3aCopy full SHA for 4eb0e3a
README.pg_sphere
@@ -46,7 +46,7 @@ UPDATING AN EXISTING INSTALLATION:
46
-- You also may want to check what version of pgSphere is installed using
47
either of following commands:
48
49
- psql -c "select pg_sphere_version();" <database>
+ psql -c "SELECT pg_sphere_version();" <database>
50
psql -c "SELECT * FROM pg_available_extension_versions WHERE name = 'pg_sphere';"
51
52
REGRESSION TEST (as the same user as the currently running PostgreSQL server):
0 commit comments