Kevin Grittner, with markup adjustments.
-
+
pgcrypto
+
+ for specific columns
+
+
The pgcrypto> module provides cryptographic functions for
-
+
Server Setup and Operation
The contrib> function library
- pgcrypto allows certain fields to be stored
- encrypted. This is useful if only some of the data is sensitive.
+ 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.