Re: Problem do backup/restore for empty database

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Denis Perchine <dyp(at)perchine(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem do backup/restore for empty database
Date: 2000-10-21 12:17:36
Message-ID: 3.0.5.32.20001021221736.03204100@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 18:13 21/10/00 +0700, Denis Perchine wrote:
>
>I tried to do backup/restore of empty database.
>And get the following error:
>
>Archiver(db): Could not execute query. Code = 7. Explanation from backend:
>'ERROR: OperatorDef: operator "=" already defined
>'.
>
>Another funny thing is that dump of empty database occupies 657614 bytes.
>It is quite much...
>

Works fine for me. What command are you using? What does

pg_restore archive-file-name

produce?

Have you done anything nasty to template1?

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-10-21 12:21:56 Re: Patch to support transactions with BLOBs for current CVS
Previous Message Denis Perchine 2000-10-21 11:46:44 Re: Patch to support transactions with BLOBs for current CVS