]> granicus.if.org Git - postgresql/commitdiff
Add link and additional index reference to pgcrypto.
authorRobert Haas <rhaas@postgresql.org>
Sun, 15 Aug 2010 01:57:21 +0000 (01:57 +0000)
committerRobert Haas <rhaas@postgresql.org>
Sun, 15 Aug 2010 01:57:21 +0000 (01:57 +0000)
Kevin Grittner, with markup adjustments.

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

index 682b4ebb80d9db201b870ff8dae0c16d914fe680..746c4f8cea0b20ea96a88c7eca3dd71f0a914d02 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.7.2.1 2009/12/08 20:08:37 mha Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.7.2.2 2010/08/15 01:57:21 rhaas Exp $ -->
 
 <sect1 id="pgcrypto">
  <title>pgcrypto</title>
@@ -7,6 +7,11 @@
   <primary>pgcrypto</primary>
  </indexterm>
 
+ <indexterm zone="pgcrypto">
+  <primary>encryption</primary>
+  <secondary>for specific columns</secondary>
+ </indexterm>
+
  <para>
   The <filename>pgcrypto</> module provides cryptographic functions for
   <productname>PostgreSQL</>.
index 6cd5b7ce6053be7792eb08b1af8ab983f494ad2d..3c965c22556a10054b86504069b544e3fc970218 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.428 2009/04/27 16:27:36 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.428.2.1 2010/08/15 01:57:21 rhaas Exp $ -->
 
 <chapter Id="runtime">
  <title>Server Setup and Operation</title>
@@ -1466,8 +1466,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
    <listitem>
     <para>
      The <filename>contrib</> function library
-     <function>pgcrypto</function> allows certain fields to be stored
-     encrypted. This is useful if only some of the data is sensitive.
+     <link linkend="pgcrypto"><function>pgcrypto</function></link>
+     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.
     </para>