| From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
|---|---|
| To: | Bob Pawley <rjpawley(at)shaw(dot)ca> |
| Cc: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, bricklen <bricklen(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Restore |
| Date: | 2010-12-25 03:32:27 |
| Message-ID: | AANLkTinW707BAu=+BjfddF1OFecwsYHfaJ+k=ptMtqrk@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, Dec 24, 2010 at 8:29 PM, Bob Pawley <rjpawley(at)shaw(dot)ca> wrote:
> Here is the result -
> c:\Program Files (x86)\PostgresPlus\8.4SS\bin>psql -d PDW -U postgres -h
> localho
> st
> psql (8.4.5)
> WARNING: Console code page (850) differs from Windows code page (1252)
> 8-bit characters might not work correctly. See psql reference
> page "Notes for Windows users" for details.
> Type "help" for help.
>
> PDW=#
Cool, so you're in. now you can use \u to see what your usernames
are. you can use alter user to change / set the password for postgres
and the other users as well now.
Then you can change pg_hba.conf back to md5 and when it asks for a
password try the one you just set.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2010-12-25 03:33:22 | Re: Restore |
| Previous Message | Bob Pawley | 2010-12-25 03:31:12 | Re: Restore |