Search Postgresql Archives

Re: two different posgres t for Rails development?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



bitur mail <biturmail@xxxxxxxxx> writes:
> I was wondering if there would be a problem using Postgres 8.4 for my Rails
> development database and Postgres 8.1 for my production database.

You can do it, if you're into pain ;-).

In the first place, there are quite a lot of features in 8.4 that aren't
in 8.1.  So you'll be frequently tripping over stuff that works fine in
your devel environment and fails when you put it in production.

The same goes from a performance standpoint: some queries that perform
well in 8.4 won't in 8.1.

And lastly, 8.1 will be EOL'd and no longer supported by the end of this
year.  So you really need to be thinking about migrating your production
DB to something newer, anyway.

http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux