Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4730a54

Browse files
committed
Add link and additional index reference to pgcrypto.
Kevin Grittner, with markup adjustments.
1 parent22d9ddb commit4730a54

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

‎doc/src/sgml/pgcrypto.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<sect1 id="pgcrypto">
44
<title>pgcrypto</title>
@@ -7,6 +7,11 @@
77
<primary>pgcrypto</primary>
88
</indexterm>
99

10+
<indexterm zone="pgcrypto">
11+
<primary>encryption</primary>
12+
<secondary>for specific columns</secondary>
13+
</indexterm>
14+
1015
<para>
1116
The <filename>pgcrypto</> module provides cryptographic functions for
1217
<productname>PostgreSQL</>.

‎doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter Id="runtime">
44
<title>Server Setup and Operation</title>
@@ -1503,8 +1503,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
15031503
<listitem>
15041504
<para>
15051505
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.
15081509
The client supplies the decryption key and the data is decrypted
15091510
on the server and then sent to the client.
15101511
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp