Re: Restore - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Restore
Date
Msg-id 201012241459.47159.adrian.klaver@gmail.com
Whole thread Raw
In response to Restore  ("Bob Pawley" <rjpawley@shaw.ca>)
Responses Re: Restore  ("Bob Pawley" <rjpawley@shaw.ca>)
List pgsql-general
On Friday 24 December 2010 12:36:32 pm Bob Pawley wrote:
> Hi
>
> I am attempting to restore a database using -
>
> psql PDW < PDW_June_10.sql
>
> psql –U postgres PDW < PDW_June_10.sql

psql –U postgres -d PDW  -f PDW_June_10.sql

>
> The response asks me for a password.
>
> I use the same password with which I connect to the server but it is not
> accepted.
>
> Without the –U postgres identifier it asks me for the password of my
> computer - which doesn’t exist.

Without a specified -U it psql will use your system user name.
See here for all the gory details:
http://www.postgresql.org/docs/9.0/interactive/app-psql.html

>
> How can I get around this??
>
> Bob



--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: pasman pasmański
Date:
Subject: Compress data sent to client
Next
From: Rich Shepard
Date:
Subject: Re: Ownership/Permissions Problem