pg_restore --flag

From: Jie Liang <jie(at)stbernard(dot)com>
To: 'Bruce Momjian' <pgman(at)candle(dot)pha(dot)pa(dot)us>, Jie Liang <jie(at)stbernard(dot)com>
Cc: "'admin(at)postgresql(dot)org'" <admin(at)postgresql(dot)org>, "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: pg_restore --flag
Date: 2002-07-15 23:39:23
Message-ID: 7C760DAA511DC74B99E7D22189F786F101BF2128@MAIL01.stbernard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


I tried, I got same error msg.
I even run as user postgres or myself, same same.

My OS=FreeBSD4.3 DB=PostgreSQL7.2

Jie Liang

-----Original Message-----
From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
Sent: Monday, July 15, 2002 4:25 PM
To: Jie Liang
Cc: 'Jan Wieck'; 'admin(at)postgresql(dot)org'; 'pgsql-sql(at)postgresql(dot)org'
Subject: Re: pg_restore cannot restore index

Jie Liang wrote:
> su postgres -c "/usr/local/pgsql/bin/pg_restore --table=mytable
> --dbname=mydb mydumpfile"
> error msg
> pg_restore: [archiver] could not open input file: No such file or
directory
>
> I run it on 7.2.0

OK, my guess is that the 'su' is moving you to another directory. Try
specifying the full path of the file, e.g. /var/tmp/mydumpfile.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2002-07-16 00:31:24 Re: Indexing UNIONs
Previous Message Jie Liang 2002-07-15 23:24:45 how pg_restore long form works?