Re: pg_dump problems - Mailing list pgsql-general

From A. Kretschmer
Subject Re: pg_dump problems
Date
Msg-id 20051209144044.GA17232@webserv.wug-glas.de
Whole thread Raw
In response to pg_dump problems  ("durumdara@mailpont.hu" <durumdara@mailpont.hu>)
List pgsql-general
am  09.12.2005, um 12:21:25 +0100 mailte durumdara@mailpont.hu folgendes:
> Hi !
>
> We have an old web service with a pgsql database (in Suse Linux). This
> database created by another programmer who no accessible now.
>
> We want to dump this database to get data from it. But I have no passwords.

Change the trust-level in pg_hba.conf to:
local   all         all                               trust

Reload the config. Now you can login (local) without password.

For more Info:
http://www.postgresql.org/docs/8.1/interactive/client-authentication.html



HTH, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

pgsql-general by date:

Previous
From: "durumdara@mailpont.hu"
Date:
Subject: pg_dump problems
Next
From: Stephan Vollmer
Date:
Subject: tsearch2: How to use different configurations for two columns?