mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add link and additional index reference to pgcrypto.
Kevin Grittner, with markup adjustments.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.9.2.2 2010/08/10 20:42:02 petere Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.9.2.3 2010/08/15 01:57:12 rhaas Exp $ -->
|
||||||
|
|
||||||
<sect1 id="pgcrypto">
|
<sect1 id="pgcrypto">
|
||||||
<title>pgcrypto</title>
|
<title>pgcrypto</title>
|
||||||
@ -7,6 +7,11 @@
|
|||||||
<primary>pgcrypto</primary>
|
<primary>pgcrypto</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
|
<indexterm zone="pgcrypto">
|
||||||
|
<primary>encryption</primary>
|
||||||
|
<secondary>for specific columns</secondary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <filename>pgcrypto</> module provides cryptographic functions for
|
The <filename>pgcrypto</> module provides cryptographic functions for
|
||||||
<productname>PostgreSQL</>.
|
<productname>PostgreSQL</>.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.436 2010/05/26 23:49:19 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.436.2.1 2010/08/15 01:57:12 rhaas Exp $ -->
|
||||||
|
|
||||||
<chapter Id="runtime">
|
<chapter Id="runtime">
|
||||||
<title>Server Setup and Operation</title>
|
<title>Server Setup and Operation</title>
|
||||||
@ -1503,8 +1503,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The <filename>contrib</> function library
|
The <filename>contrib</> function library
|
||||||
<function>pgcrypto</function> allows certain fields to be stored
|
<link linkend="pgcrypto"><function>pgcrypto</function></link>
|
||||||
encrypted. This is useful if only some of the data is sensitive.
|
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
|
The client supplies the decryption key and the data is decrypted
|
||||||
on the server and then sent to the client.
|
on the server and then sent to the client.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user