PDA

View Full Version : 7.2 Final released


mw1
02-06-02, 08:23
http://www7.us.postgresql.org/news.html
It is very worthwhile upgrading (if you haven't already) .

Now I wonder where that MYsql 4.1 is ? alpha release was targeted for Dec/Jan. Seems like vaporware to me. Who needs it anyway :D

gLn23
02-09-02, 03:57
thanx for the info...

does this new release of PostgreSQL supports RedHat_6.2?
and about the upgrade, im currently using postgresql 7.1.3-2 in my RedHat_7.2 machine, can u help me out how to upgrade my existing postgres? :rolleyes:

eperich
02-09-02, 05:41
From 7.1.3 to 7.2 you MUST dump your old database and make a new one with initdb.

This is also for the furture
minor releases do not need a dump
(7.1 to 7.1.3)
major releases NEED a dump
(7.1.3 to 7.2)

It is good to read the changelogs
There are many changes
I thing bruce momijan said there are changes for 5 releases :)

etones
02-12-02, 09:55
saw the update, thought id take a trip to the dbforums to see if anyone has posted :) and they have.. yippeee!! :D

Are there any noticable performance gains over 7.1.3? Any new bad bugs etc?

Any nifty new features? :D

Regards
Taz

eperich
02-12-02, 16:25
There many things that have changed
If you are interested in look at the changelogs
it's too long to describe