From c205ec8396c8af9d2cbc2d866ffbc7ad7cc8af43 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:46:07 +0000 Subject: auto-import changelog data from postgresql-7.4-5.src.rpm Fri Dec 05 2003 David Jee 7.4-5 - Rebuild for Perl 5.8.2. Mon Dec 01 2003 David Jee 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 7.4-3 - uncomment buildrequires tcl-devel Fri Nov 28 2003 David Jee 7.4-2 - rebuild Mon Nov 24 2003 David Jee 7.4-1 - initial Red Hat build - move jars to /usr/share/java - fix rpm-multilib patch to use sysconfig --- postgresql.init | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'postgresql.init') 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 # 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 ] -- cgit