| From: | thomas(dot)revell(at)powerconv(dot)alstom(dot)com |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: How to enable automatic md5 password prompting when |
| Date: | 2005-03-11 08:46:50 |
| Message-ID: | OF4A9E649C.F6D809EB-ON80256FC1.00300ABA-80256FC1.0030B3DC@transport.alstom.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
See the psql documentation:
http://www.postgresql.org/docs/8.0/interactive/app-psql.html
-W
--password
Cause psql to prompt for a password before connecting to a database. This
will remain set for the entire session, even if you change the database
connection with the meta-command \connect.
In the current version, psql automatically issues a password prompt
whenever the server requests password authentication. Because this is
currently based on a hack, the automatic recognition might mysteriously
fail, hence this option to force a prompt. If no password prompt is issued
and the server requires password authentication, the connection attempt
will fail.
:.________________
CONFIDENTIALITY : This e-mail and any attachments are confidential and
may be privileged. If you are not a named recipient, please notify the
sender immediately and do not disclose the contents to another person, use
it for any purpose or store or copy the information in any medium.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Qingqing Zhou | 2005-03-11 09:32:05 | Re: IO Timeout |
| Previous Message | Miroslav Šulc | 2005-03-11 07:14:25 | Re: Unicode! |