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

From Peter Eisentraut
Subject Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c
Date
Msg-id Pine.LNX.4.44.0301051711510.8249-100000@localhost.localdomain
Whole thread Raw
In response to Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@gmx.net


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql-server/ /configure /configure.in rc/Make ...
Next
From: Tom Lane
Date:
Subject: Re: pgsql-server/ /configure /configure.in rc/Make ...