Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hiroshi Inoue <inoue(at)postgresql(dot)org>, <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c
Date: 2003-01-05 21:04:22
Message-ID: Pine.LNX.4.44.0301051711510.8249-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane writes:

> The correct way to update contrib/lo for 7.3 is to load the 7.3
> definition into a database before restoring the old definition.

I'm not completely sure what the "lo" type provides, but if there was a
cast between oid and lo in 7.2 (by having an appropriately named
function), then pg_dump 7.3 should create the appropriate CREATE CAST
statements for restore into a 7.3 database. Maybe pg_dump is missing this
for some reason?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-01-05 21:51:36 Re: pgsql-server/ /configure /configure.in rc/Make ...
Previous Message Peter Eisentraut 2003-01-05 21:04:00 Re: pgsql-server/ /configure /configure.in rc/Make ...