I gave it a go, but it came back with a list of dependencies it needed
(RPM). I went to upgrade those and they came with a bunch of dependencies,
etc, etc. Eventually I got stuck at the point where I had to upgrade the
libc.6.so (or something like that) and it wouldn't take. I have all the
patience in the world when it comes to coding, but when it comes to
installing programs, I loose it and go back to what was working. Hence, I'm
currently using 6.5. :)
Trashing the system and reinstalling is no big deal. I've only been using
PHP and postgreSQL for about two weeks now. So... I only need to back up a
couple applications. Nothing too traumatic for me to replace.
I just wanted to get productive and didn't want to waste too much more time
trying to make a go of 7.0.
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: "Brook Milligan" <brook@biology.nmsu.edu>
To: <aalang@rutgersinsurance.com>
Cc: <pgsql-general@postgresql.org>
Sent: Tuesday, August 29, 2000 2:51 PM
Subject: Re: [GENERAL] SQL scripts - sequences
> You really do want references for maintaining data integrity. Can't
> you upgrade PostgreSQL without upgrading the OS? If you use pg_dump
> it shouldn't be that bad. (Or use the NetBSD pkgsrc system which
> pretty much automates the installation except for loading the
> relations/data. :) There are even some hooks for using the pkgsrc
> system with Linux, I think.
>
> Cheers,
> Brook