~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to doc/src/sgml/runtime.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-01-03 08:57:10 UTC
  • mfrom: (5.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110103085710-v9u121v7u7oq8qca
Tags: 8.4.6-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.428 2009/04/27 16:27:36 momjian Exp $ -->
 
1
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.428.2.1 2010/08/15 01:57:21 rhaas Exp $ -->
2
2
 
3
3
<chapter Id="runtime">
4
4
 <title>Server Setup and Operation</title>
1466
1466
   <listitem>
1467
1467
    <para>
1468
1468
     The <filename>contrib</> function library
1469
 
     <function>pgcrypto</function> allows certain fields to be stored
1470
 
     encrypted. This is useful if only some of the data is sensitive.
 
1469
     <link linkend="pgcrypto"><function>pgcrypto</function></link>
 
1470
     allows certain fields to be stored encrypted.
 
1471
     This is useful if only some of the data is sensitive.
1471
1472
     The client supplies the decryption key and the data is decrypted
1472
1473
     on the server and then sent to the client.
1473
1474
    </para>