Re: pg_dump: dumpBlobs(): could not open large object: ERROR: large object 27729547 does not exist

From: Alban Hertroys <haramrae(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: ma(at)ockham(dot)be, PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump: dumpBlobs(): could not open large object: ERROR: large object 27729547 does not exist
Date: 2014-01-26 10:06:40
Message-ID: 928737EA-D281-4D99-9267-AE2BBDF716F6@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 26 Jan 2014, at 2:34, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote:

> On Fri, Jan 24, 2014 at 10:33 PM, Manoj Agarwal <ma(at)ockham(dot)be> wrote:
>> Hi,
>>
>> I have a Postgresql-7.4.19 database in SQL_ASCII Encoding format.
> You should really consider an upgrade first... As mentioned by Kevin
> this version is outdated. The latest versions of pg_dump support
> servers down to 7.4 so an upgrade is doable.

That raises an interesting question: How far back will support for older versions in pg_dump go?
I assume at some point it will no longer be feasible for pg_dump to still support PG 7.4 and support will be dropped. At that point, if you’re still running on such an old version of the database server, not only will you be out of support (for a long time already), but your upgrade path will be barred.

Of course, you could then do an intermediary upgrade to an older version than what’s current that still supports dumping from the version of the database that you’re on, but at some point you will find it difficult to obtain those versions as well.

Would it help to put such bottom line version numbers on the Postgres site as a warning, so that people have a number to verify that they never ever should get below, no matter what? Perhaps the lowest version supported by pg_dump could be added as a column to the EOL dates or something?

Alban Hertroys
--
If you can't see the forest for the trees,
cut the trees and you'll find there is no forest.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message antono124 2014-01-26 17:02:10 Composite type
Previous Message Dmitry Koterov 2014-01-26 08:35:23 Re: Fully-automatic streaming replication failover when master dies?