Markus,
Markus Jais writes:
> at the webpage I found only RPMS for Redhat 8.0.
> are there any availabe for 7.3 or will they be available soon ?
I've built the RPMs locally from the src RPM... it was painless and is
probably the best route to take...
su -
rpm -i postgresql-7.3-2PGDG.src.rpm
cd /usr/src/redhat/SPECS
rpm -ba postgresql.spec
and you'll find the RPMs in /usr/src/redhat/RPMS.
Lee.