Re: Simple Upgrade from PostgreSQL version 8.1.11 (With schemas)

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Simple Upgrade from PostgreSQL version 8.1.11 (With schemas)
Date: 2012-07-14 03:22:07
Message-ID: jtqokv$cnh$3@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On 2012-07-10, Chris Preston <chris(at)thetrafalgartravel(dot)com> wrote:
>
> Hello all,
> How far can I get to a higher version of PostgreSQL by just entering a
> command line instruction to upgrade without any major effort?

8.1.23

going to 8.2.x or later is going to need more effort, especially if any
of your code relies on any of 8.1's quirks (like comparing integers to
strings) - if you do decide to abandon 8.1.x you may as well make it a
big change and go to 9.1

--
⚂⚃ 100% natural

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Victor Sterpu 2012-07-16 19:56:27 Selecting data from XML
Previous Message Tom Lane 2012-07-12 17:30:19 Re: How does Numeric division determine precision?