From fc43fc8a2ac1cb894309fc4ab5646fcefebda302 Mon Sep 17 00:00:00 2001 From: Ed Sabol Date: Fri, 15 Sep 2023 02:32:06 -0400 Subject: [PATCH] Minor correction to README.pg_sphere Oops! This PR corrects a copy/paste/edit error in the README installation update instructions. --- README.pg_sphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.pg_sphere b/README.pg_sphere index 95a2563..be6b40f 100644 --- a/README.pg_sphere +++ b/README.pg_sphere @@ -54,7 +54,7 @@ UPDATING AN EXISTING INSTALLATION: -- same make and make install steps as above, but, instead of the CREATE -- EXTENSION step, you need to do: - psql -c "ALTER EXTENSION q3c UPDATE TO 'A.B.C';" + psql -c "ALTER EXTENSION pg_sphere UPDATE TO 'A.B.C';" -- where A.B.C is a placeholder for the current version. -- You also may want to check what version of pgSphere is installed using