Add link and additional index reference to pgcrypto.
authorRobert Haas
Sun, 15 Aug 2010 01:57:12 +0000 (01:57 +0000)
committerRobert Haas
Sun, 15 Aug 2010 01:57:12 +0000 (01:57 +0000)
Kevin Grittner, with markup adjustments.

doc/src/sgml/pgcrypto.sgml
doc/src/sgml/runtime.sgml

index 1d78cd727e62361080a481a7223c5adff2094c81..dc0cd643bc053d7fecc562565fece2f0df22a098 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  pgcrypto
@@ -7,6 +7,11 @@
   pgcrypto
  
 
+  encryption
+  for specific columns
+
  
   The pgcrypto module provides cryptographic functions for
   PostgreSQL.
index 8590cfa35f6b57ccf3f66bf1aafb590f7fbe44f8..01599af5c5c1969f55a8a337053d2735316bb628 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Server Setup and Operation
@@ -1503,8 +1503,9 @@ $ 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.
+     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.