summaryrefslogtreecommitdiffstats
path: root/postgresql.init
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 10:46:07 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 10:46:07 +0000
commitc205ec8396c8af9d2cbc2d866ffbc7ad7cc8af43 (patch)
tree182aca56db406c73fdccf550ef4343ab00712dde /postgresql.init
parentaacdfd84b2d5621adf28e7bc7c914fac04da44f2 (diff)
downloadpostgresql-setup-c205ec8396c8af9d2cbc2d866ffbc7ad7cc8af43.tar.gz
postgresql-setup-c205ec8396c8af9d2cbc2d866ffbc7ad7cc8af43.tar.xz
postgresql-setup-c205ec8396c8af9d2cbc2d866ffbc7ad7cc8af43.zip
auto-import changelog data from postgresql-7.4-5.src.rpmpostgresql-7_4-5FC-2-split
Fri Dec 05 2003 David Jee <djee@redhat.com> 7.4-5 - Rebuild for Perl 5.8.2. Mon Dec 01 2003 David Jee <djee@redhat.com> 7.4-4 - Add PyGreSQL patch for deprecated column pg_type.typprtlen [Bug #111263] - Add headers patch which moves ecpg headers to /usr/include/ecpg [Bug #111195] Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-3 - uncomment buildrequires tcl-devel Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-2 - rebuild Mon Nov 24 2003 David Jee <djee@redhat.com> 7.4-1 - initial Red Hat build - move jars to /usr/share/java - fix rpm-multilib patch to use sysconfig
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 ]