Fix references to the Options section in the pgcrypto documentation.
Should be applied to HEAD and 8.1.

-- 
Michael Fuhr
Index: contrib/pgcrypto/README.pgcrypto
===================================================================
RCS file: /projects/cvsroot/pgsql/contrib/pgcrypto/README.pgcrypto,v
retrieving revision 1.16
diff -c -r1.16 README.pgcrypto
*** contrib/pgcrypto/README.pgcrypto    19 Jul 2006 17:05:50 -0000      1.16
--- contrib/pgcrypto/README.pgcrypto    4 Aug 2006 23:43:13 -0000
***************
*** 331,337 ****
  
  Return a symmetric-key encrypted PGP message.
  
! Options are described in section 5.7.
  
  
  5.3. pgp_sym_decrypt(msg, psw)
--- 331,337 ----
  
  Return a symmetric-key encrypted PGP message.
  
! Options are described in section 5.8.
  
  
  5.3. pgp_sym_decrypt(msg, psw)
***************
*** 346,352 ****
  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.
  
  
  5.4.  pgp_pub_encrypt(data, pub_key)
--- 346,352 ----
  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.8.
  
  
  5.4.  pgp_pub_encrypt(data, pub_key)
***************
*** 358,364 ****
  Encrypt data with a public key.  Giving this function a secret key will
  produce a error.
  
! Options are described in section 5.7.
  
  
  5.5.  pgp_pub_decrypt(msg, sec_key [, psw])
--- 358,364 ----
  Encrypt data with a public key.  Giving this function a secret key will
  produce a error.
  
! Options are described in section 5.8.
  
  
  5.5.  pgp_pub_decrypt(msg, sec_key [, psw])
***************
*** 378,384 ****
  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.
  
  
  5.6.  pgp_key_id(key / msg)
--- 378,384 ----
  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.8.
  
  
  5.6.  pgp_key_id(key / msg)
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to