Re: pg_dump problems

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump problems
Date: 2005-12-09 14:40:44
Message-ID: 20051209144044.GA17232@webserv.wug-glas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am 09.12.2005, um 12:21:25 +0100 mailte durumdara(at)mailpont(dot)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 ===

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Vollmer 2005-12-09 14:57:49 tsearch2: How to use different configurations for two columns?
Previous Message Martijn van Oosterhout 2005-12-09 13:40:50 Re: memory leak under heavy load?