Re: Client-side password encryption - Mailing list pgadmin-hackers

From Peter Eisentraut
Subject Re: Client-side password encryption
Date
Msg-id 200601051907.07957.peter_e@gmx.net
Whole thread Raw
In response to Re: Client-side password encryption  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
Am Donnerstag, 5. Januar 2006 12:40 schrieb Andreas Pflug:
> Ok, we'll use it ASAP. But how to detect if it's available or not? Some
> #define PQENCRYPT_AVAILABLE 1 would be helpful.

Just use

AC_CHECK_FUNCS(PQencryptPassword)

and you will get a definition like that.

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Client-side password encryption
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4871 - branches/REL-1_2_0_PATCHES/pgadmin3/docs/en_US