simple question

From: Berényi Gábor <ber_(at)freemail(dot)hu>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: simple question
Date: 2005-03-13 22:39:18
Message-ID: freemail.20050213233918.43617@fm3.freemail.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello libpq programmers,

I want to send a password __safely__ to the backend that does not
support ssl, and want to know if libpq will encode it automatically if I
just call PQconnectdb() with an __unencoded__ password and if I ask
the server administrator to set up an md5 auth method for me in
pg_hba.conf?

Thanks, Gabor

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message John DeSoi 2005-03-14 01:50:41 Re: simple question
Previous Message Rodrigo Moreno 2005-03-13 19:33:39 RES: RES: How to use PQconsumeInput and PQisBusy correctly ?