Re: BUG #3691: bug in pg_restore

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Mairambija" <mairambija(at)gmail(dot)com>
Cc: "PostgreSQL Bugs" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #3691: bug in pg_restore
Date: 2007-10-22 15:31:35
Message-ID: 471CC257.30305@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Please keep the list cc'd.

Mairambija wrote:
> On screen see only:
> pg_restore connecting to database for restore
>
> No any errors. And after this process no data on table.

>>> Restore:
>>> pg_restore.exe -h localhost -p 5432 -U postgres -a postgres --format=c
>> -a -i
>>> --disable-triggers -t other.itm_blygis -v dmp\other.itm_blygis.out

Actually that restore command line looks wrong. I get a "could not open
input file "postgres": No such file or directory" when I try that.
You've also specified -a twice, though that shouldn't matter.

If you still can't get it to work, please post the *exact* and complete
commands and output you get.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-10-22 16:51:11 Re: BUG #3691: bug in pg_restore
Previous Message Heikki Linnakangas 2007-10-22 15:04:26 Re: BUG #3691: bug in pg_restore