Re: pg_restore: [archiver] could not open input file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lbolognini(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_restore: [archiver] could not open input file
Date: 2006-06-29 14:06:09
Message-ID: 20291.1151589969@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

lbolognini(at)gmail(dot)com writes:
> C:\www\foo.com\trunk\db>pg_restore -h localhost -U postgres -W
> mySecretPassword script.sql

I don't think you're supposed to put the password on the command line
like that. It's probably taking "mySecretPassword" as the file name
to read.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message lbolognini 2006-06-29 14:18:56 Re: pg_restore: [archiver] could not open input file
Previous Message Thomas Hallgren 2006-06-29 13:54:36 Re: [GENERAL] UUID's as primary keys