Re: two different posgres t for Rails development?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bitur mail <biturmail(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: two different posgres t for Rails development?
Date: 2010-08-28 17:59:11
Message-ID: 22433.1283018351@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

bitur mail <biturmail(at)gmail(dot)com> 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-08-28 19:45:12 Re: two different posgres t for Rails development?
Previous Message bitur mail 2010-08-28 16:41:12 two different posgres t for Rails development?