Stephen Frost <[EMAIL PROTECTED]> writes: > I'd also like to point out that this is *only* an issue for the 'md5' > authentication mechanism in pg_hba.conf, which I think should be=20 > discouraged in favor of 'password' and SSL/IPSEC.
This is still utter nonsense. How can md5 be less secure than storing your password in the clear? Whether you want the extra security of IPSEC is an orthogonal discussion really; if your connection goes over an insecure network then you most likely need it in order to hide your data, never mind your password. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend