From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | Nick Altmann <nick(at)luchshe(dot)net(dot)ru> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Bug or not... |
Date: | 2003-06-01 05:23:51 |
Message-ID: | 20030601052351.GA16259@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Fri, May 30, 2003 at 16:33:55 +0400,
Nick Altmann <nick(at)luchshe(dot)net(dot)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 password parameter in command line. Also, i cannot do nightly backup if I don't use trusted connections. Cannot you add password command 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2003-06-01 05:33:39 | Re: Index speeds up one row table (why)? |
Previous Message | Rod Taylor | 2003-06-01 02:29:33 | Re: Index speeds up one row table (why)? |