summaryrefslogtreecommitdiffstats
path: root/postgresql.init
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql.init')
-rw-r--r--postgresql.init6
1 files changed, 4 insertions, 2 deletions
diff --git a/postgresql.init b/postgresql.init
index b9a236f..08aad37 100644
--- a/postgresql.init
+++ b/postgresql.init
@@ -51,8 +51,10 @@
# VErsion 7.3 Lamar OWen <lamar.owen@ramifordistat.net>
# Multiple postmasters, courtesy Karl DeBisschop
+# VErsion 7.4 Lamar Owen.
+
# PGVERSION is:
-PGVERSION=7.3
+PGVERSION=7.4
# Source function library.
INITD=/etc/rc.d/init.d
@@ -101,7 +103,7 @@ start(){
then
# Check version of existing PGDATA
- if [ `cat $PGDATA/PG_VERSION` != '7.3' ]
+ if [ `cat $PGDATA/PG_VERSION` != '7.4' ]
then
SYSDOCDIR="(Your System's documentation directory)"
if [ -d /usr/doc/postgresql-$PGVERSION ]