Re: [pgadmin-hackers] Client-side password encryption
Andrew Dunstan <andrew@dunslane.net>
From: "Andrew Dunstan" <andrew@dunslane.net>
To: <peter_e@gmx.net>
Cc: <pgsql-hackers@postgresql.org>, <pgadmin@pse-consulting.de>, <dpage@vale-housing.co.uk>
Date: 2005-12-19T18:00:10Z
Lists: pgsql-hackers
Peter Eisentraut said: > > So it appears that pg_md5_encrypt is not officially exported from > libpq. Does anyone see a problem with adding it to the export list > and the header file? > Well, these changes have broken the windows build, so something needs to change.I don't see a reason in principle not to expose our routine, given that its name means it is unlikely to conflict with anything else. cheers andrew