This is a discussion on stable release and difference within the pgsql Admins forums, part of the PostgreSQL category; --> versions 7.4 and 8.3 are stable releases ( am i right ??? ) where can i find the list ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| "sathiya psql" <sathiya.psql@gmail.com> writes: > versions 7.4 and 8.3 are stable releases ( am i right ??? ) > where can i find the list of differences between these two versions ??? http://www.postgresql.org/docs/8.3/static/release.html regards, tom lane -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin |
| ||||
| sathiya psql wrote: > versions 7.4 and 8.3 are stable releases ( am i right ??? ) > > > where can i find the list of differences between these two versions ??? > Go here: http://www.postgresql.org/ On the right, under "Latest releases", there is a notes link for each major version. There are 3 major releases between the 7.4.x and 8.3.x major versions. You may misunderstand what is considered a major version in Postgres. Just in case, you might want to check here: http://www.postgresql.org/support/versioning In 8.2.6 and 8.3.0, everything is sweetness and light. Every time you initialize a new database cluster in 7.4.x, God kills a puppy, so you really ought to upgrade. If you want more information on this (the name of the puppy, etc), you can search the archives re: this question here: http://archives.postgresql.org/ -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin |