Re: [GENERAL] upgrading minor versions

2004-08-27 Thread Jeff Amiel
thanks for the heads up about the pg_config stuff... I wondered about the difference.I have several boxes that were installed via ports (which have the binaries reside in /usr/local/pgsql) and some hand installed from the tar (which are in usr/local/bin). At least that explains why I have

Re: [GENERAL] upgrading minor versions

2004-08-27 Thread Jan Wieck
On 8/27/2004 12:44 PM, Jeff Amiel wrote: Ok..still no dice. still shows 7.4.2 when I select version()... I must surely be doing something silly here... You try to install 7.4.5 from souces over the FreeBSD Port build. The problem is that the options to configure need to be the same. You can s

Re: [GENERAL] upgrading minor versions

2004-08-27 Thread Jeff Amiel
Duh. I never restarted the server. sheesh. thanks to all. Jeff Doug McNaught wrote: Did you shut down and restart the server after the upgrade? Are you sure the new binaries went where you think they did? -Doug ---(end of broadcast)--- TIP 4: Do

Re: [GENERAL] upgrading minor versions

2004-08-27 Thread Doug McNaught
Jeff Amiel <[EMAIL PROTECTED]> writes: > So I downloaded postgresql-7.4.5.tar.gz > > uncompressed... > configure... > make > make install > > I run psql and it gives me the" Welcome to psql 7.4.5, the PostgreSQL > intera

Re: [GENERAL] upgrading minor versions

2004-08-27 Thread Jeff Amiel
Ok..still no dice. still shows 7.4.2 when I select version()... I must surely be doing something silly here... Jan Wieck wrote: On 8/27/2004 12:21 PM, Jeff Amiel wrote: This may sound like a silly question I am currently running 7.4.2. I would like to upgrade to 7.4.5... So I downloaded pos

Re: [GENERAL] upgrading minor versions

2004-08-27 Thread Jan Wieck
On 8/27/2004 12:21 PM, Jeff Amiel wrote: This may sound like a silly question I am currently running 7.4.2. I would like to upgrade to 7.4.5... So I downloaded postgresql-7.4.5.tar.gz uncompressed... configure... try