Re: Pg_dumpall - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Pg_dumpall
Date
Msg-id 20030610135220.GA16346@wolff.to
Whole thread Raw
In response to Pg_dumpall  ("Robert Fitzpatrick" <robert@webtent.com>)
Responses Re: Pg_dumpall  (Jonathan Bartlett <johnnyb@eskimo.com>)
List pgsql-general
On Sun, Jun 08, 2003 at 22:04:26 -0400,
  Robert Fitzpatrick <robert@webtent.com> wrote:
> I'm looking for an unattended (cron job) to dump all the databases. We
> have both 7.3.3 and 7.0.2 (Cobalt RaQ) to do this for. I cannot grant a
> certain user permission to dump the databases in 7.0.2 pg_hba.conf file
> and, if I do this for our 7.3.3, does it mean anyone at the command
> prompt can access the databases using the '-U' option and it not require
> a password? What are most on this list doing for automated dumps?

In 7.3.3 you can use ident authentication for local (domain socket)
connections on some OS's. This is a good way to do this kind of thing.

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: The transaction that "happens" with function invocation
Next
From: Tom Lane
Date:
Subject: Re: The transaction that "happens" with function invocation