Return a symmetric-key encrypted PGP message.
-Options are described in section 5.7.
+Options are described in section 5.8.
5.3. pgp_sym_decrypt(msg, psw)
This is to avoid outputting invalid character data. Decrypting
originally textual data with `pgp_sym_decrypt_bytea` is fine.
-Options are described in section 5.7.
+Options are described in section 5.8.
5.4. pgp_pub_encrypt(data, pub_key)
Encrypt data with a public key. Giving this function a secret key will
produce a error.
-Options are described in section 5.7.
+Options are described in section 5.8.
5.5. pgp_pub_decrypt(msg, sec_key [, psw])
This is to avoid outputting invalid character data. Decrypting
originally textual data with `pgp_pub_decrypt_bytea` is fine.
-Options are described in section 5.7.
+Options are described in section 5.8.
5.6. pgp_key_id(key / msg)
Collection of cryptology pointers.
-// $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.16 2006/07/19 17:05:50 neilc Exp $
+// $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.17 2006/08/05 00:29:11 neilc Exp $