fresh 7.3-1 SRPMS bug

From: Radoslaw Stachowiak <radek(at)alter(dot)pl>
To: pgsql-admin(at)postgresql(dot)org
Cc: lamar(at)postgresql(dot)org
Subject: fresh 7.3-1 SRPMS bug
Date: 2002-12-05 19:23:58
Message-ID: 20021205192358.GF20812@blue.alter.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

postgresql.init script contains line:

if [ `cat $PGDATA/PG_VERSION` != '7.2' ]

while it of course should be:

if [ `cat $PGDATA/PG_VERSION` != '7.3' ]

.radek.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2002-12-05 19:33:10 Re: list schema
Previous Message Bruce Momjian 2002-12-05 19:23:00 Re: [ADMIN] PAM