Re: dump among different versions of postgreSQL - Mailing list pgsql-admin

From Alumne FIB - GUSTAVO PEREZ QUEROL
Subject Re: dump among different versions of postgreSQL
Date
Msg-id 3F69D06C.272F3B7@est.fib.upc.es
Whole thread Raw
In response to Re: dump among different versions of postgreSQL  ("Kuhn, Dylan K (4520500D)" <Dylan.Kuhn@navy.mil>)
List pgsql-admin
  Setting the verbose mode (which usually uses to be very usefull ;) ), showed me something like this while restoring :

         BEGIN, still in transaction (more or less)

  which made me think that the autocommit was disabled. This feature in series 7.3.x is very usefull to me but, as I
checked,
in the restore file there are two BEGIN's. That avoided pg_restore to resolve the OID's succesfully.

  Right now, turning the autocommit to true, while restore (and disabling it later), allows me to restore any database.

  Thanks for your interest,

  Gustavo

"Kuhn, Dylan K (4520500D)" wrote:

> I've successfully dumped and restored a database containing large objects with 7.3.3 and previous versions.  I've
usedthe 'tar' archive format something like this: 
>
> % pg_dump -F t -b dbwithlos | gzip > dump.tar.gz
> % zcat dump.tar.gz | pg_restore -d restoredbwithlos
>
> Dylan Kuhn


pgsql-admin by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [PERFORM] How to force an Index ?
Next
From: Sam Barnett-Cormack
Date:
Subject: Re: urgently required: postgresql 7.2.1 for sun sparc solaris