*** a/doc/src/sgml/pgcrypto.sgml --- b/doc/src/sgml/pgcrypto.sgml *************** *** 7,12 **** --- 7,17 ---- pgcrypto + + encryption + for specific columns + + The pgcrypto module provides cryptographic functions for PostgreSQL. *** a/doc/src/sgml/runtime.sgml --- b/doc/src/sgml/runtime.sgml *************** *** 1504,1510 **** $ kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid` The contrib function library pgcrypto allows certain fields to be stored ! encrypted. This is useful if only some of the data is sensitive. The client supplies the decryption key and the data is decrypted on the server and then sent to the client. --- 1504,1511 ---- The contrib function library pgcrypto allows certain fields to be stored ! encrypted. (See for details.) ! This is useful if only some of the data is sensitive. The client supplies the decryption key and the data is decrypted on the server and then sent to the client.