File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.11 2010/08/10 20:42:01 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.12 2010/08/15 01:57:03 rhaas Exp $ -->
2
2
3
3
<sect1 id="pgcrypto">
4
4
<title>pgcrypto</title>
7
7
<primary>pgcrypto</primary>
8
8
</indexterm>
9
9
10
+ <indexterm zone="pgcrypto">
11
+ <primary>encryption</primary>
12
+ <secondary>for specific columns</secondary>
13
+ </indexterm>
14
+
10
15
<para>
11
16
The <filename>pgcrypto</> module provides cryptographic functions for
12
17
<productname>PostgreSQL</>.
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.436 2010/05/26 23:49:19 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.437 2010/08/15 01:57:03 rhaas Exp $ -->
2
2
3
3
<chapter Id="runtime">
4
4
<title>Server Setup and Operation</title>
@@ -1503,8 +1503,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
1503
1503
<listitem>
1504
1504
<para>
1505
1505
The <filename>contrib</> function library
1506
- <function>pgcrypto</function> allows certain fields to be stored
1507
- encrypted. This is useful if only some of the data is sensitive.
1506
+ <link linkend="pgcrypto"><function>pgcrypto</function></link>
1507
+ allows certain fields to be stored encrypted.
1508
+ This is useful if only some of the data is sensitive.
1508
1509
The client supplies the decryption key and the data is decrypted
1509
1510
on the server and then sent to the client.
1510
1511
</para>
You can’t perform that action at this time.
0 commit comments