This section is from the "Practical PostgreSQL" book, by John Worsley and Joshua Drake. Also available from Amazon: Practical PostgreSQL.
The following chapter is designed to give you the basic information needed to correctly configure the pg_hba.conf file and its related authentication mechanisms. We will also talk about three methods of encrypting sessions between your PostgreSQL client application and the PostgreSQL server.
 
Continue to: