Re: Bug or not... - Mailing list pgsql-bugs

From Bruno Wolff III
Subject Re: Bug or not...
Date
Msg-id 20030601052351.GA16259@wolff.to
Whole thread Raw
In response to Bug or not...  ("Nick Altmann" <nick@luchshe.net.ru>)
List pgsql-bugs
On Fri, May 30, 2003 at 16:33:55 +0400,
  Nick Altmann <nick@luchshe.net.ru> wrote:
> Hello!
>
> I think it's not bug, but difficulty.
>
> I cannot use trusted connections for my localhost. I use password. But psql, pg_dump, pg_restore doesn't support
passwordparameter in command line. Also, i cannot do nightly backup if I don't use trusted connections. Cannot you add
passwordcommand line parameter in psql and others? 

You can put passwords in a file. Putting them on the command line is a bad
idea anyway as the command line is visible to other users on many systems.
However you are probably better off using ident authentication.

pgsql-bugs by date:

Previous
From: "Nick Altmann"
Date:
Subject: Bug or not...
Next
From: Bruno Wolff III
Date:
Subject: Re: Index speeds up one row table (why)?