Re: help getting a backtrace from 9.2 on Ubuntu 13.04?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: help getting a backtrace from 9.2 on Ubuntu 13.04?
Date: 2013-09-09 23:53:03
Message-ID: 522E5F5F.2020209@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/9/2013 7:00 AM, Chris Curvey wrote:
> any idea where I go from here?

don't develop on a newer version of the database than you are deploying on.

*maybe* you can use the pgdump from 8.4 to connect to and dump the 9.2
database, but the 9.2 dump is NOT guaranteed to generate 8.4 compatible
SQL, in fact its highly likely it won't, as you can already attest to.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2013-09-09 23:57:35 Re: help getting a backtrace from 9.2 on Ubuntu 13.04?
Previous Message Adrian Klaver 2013-09-09 23:30:31 Re: Migrate from mysql