Skip to content

Commit 1c4a5f3

Browse files
authored
Merge pull request #64 from esabol/patch-1
Minor correction to README.pg_sphere
2 parents fb93eb4 + fc43fc8 commit 1c4a5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.pg_sphere

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ UPDATING AN EXISTING INSTALLATION:
5454
-- same make and make install steps as above, but, instead of the CREATE
5555
-- EXTENSION step, you need to do:
5656

57-
psql -c "ALTER EXTENSION q3c UPDATE TO 'A.B.C';" <database>
57+
psql -c "ALTER EXTENSION pg_sphere UPDATE TO 'A.B.C';" <database>
5858

5959
-- where A.B.C is a placeholder for the current version.
6060
-- You also may want to check what version of pgSphere is installed using

0 commit comments

Comments
 (0)