Re: Question regarding pg_restore - Mailing list pgsql-novice

From Wye Jon Lee
Subject Re: Question regarding pg_restore
Date
Msg-id dfcfab970509252336794c3a19@mail.gmail.com
Whole thread Raw
In response to Re: Question regarding pg_restore  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Hi Tom,

Any indication of when PostgreSQL 8.0.4 will be out?

Regards.

On 9/23/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Wye Jon Lee <wyejonlee@gmail.com> writes:
> > I'm using the pg_restore utility in PostgreSQL 8.0.3 with the following command:
>
> > pg_restore.exe -i -h localhost -p 5432 -U "username" -d databasename
> > -v "outputfile.backup"
>
> > pg_restore prompts me for a password and no matter what I key in it
> > fails my login.
>
> pg_restore's support for password prompting is broken on Windows in
> 8.0.3 :-(.  It'll be fixed again in 8.0.4.  Sorry about that.  In the
> meantime you could use a ~/.pgpass file (see documentation).
>
>                         regards, tom lane
>

pgsql-novice by date:

Previous
From: Steve Tucknott
Date:
Subject: Importing Later Release.....
Next
From: Andreas Kretschmer
Date:
Subject: Re: Importing Later Release.....