From 20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Oct 2013 00:05:36 -0700 Subject: Sat Oct 12 00:05:35 PDT 2013 --- extra/postgresql/postgresql-check-db-dir | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/postgresql/postgresql-check-db-dir') diff --git a/extra/postgresql/postgresql-check-db-dir b/extra/postgresql/postgresql-check-db-dir index 542c82209..e563d114c 100755 --- a/extra/postgresql/postgresql-check-db-dir +++ b/extra/postgresql/postgresql-check-db-dir @@ -16,9 +16,9 @@ then fi # PGMAJORVERSION is major version -PGMAJORVERSION=9.2 +PGMAJORVERSION=9.3 # PREVMAJORVERSION is the previous major version, e.g., 8.4, for upgrades -PREVMAJORVERSION=9.1 +PREVMAJORVERSION=9.2 # Check for the PGDATA structure if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ] @@ -35,7 +35,7 @@ then else echo $"An old version of the database format was found." echo $"You need to dump and reload before using PostgreSQL $PGMAJORVERSION." - echo $"See http://www.postgresql.org/docs/9.2/static/upgrading.html" + echo $"See http://www.postgresql.org/docs/$PGMAJORVERSION/static/upgrading.html" exit 1 fi else -- cgit v1.2.3-54-g00ecf