summaryrefslogtreecommitdiff
path: root/doc/src/sgml/runtime.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-01-26 09:22:21 -0500
committerBruce Momjian <bruce@momjian.us>2011-01-26 09:22:21 -0500
commit159e3d86292cfec2a2828f9f69ac7a6cb1be242d (patch)
treed393f08f82b4a7baee841cbed710334a1b0b1574 /doc/src/sgml/runtime.sgml
parente84730a916bce0635eb78205d2ea4746ee664d68 (diff)
Update contrib documention mentions to point to actual documentation
sections, rather than just calling it "/contrib/module_name". Also update pg_test_fsync build instructions now that it is in /contrib.
Diffstat (limited to 'doc/src/sgml/runtime.sgml')
-rw-r--r--doc/src/sgml/runtime.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 9b92bec2201..0059868ca18 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1502,9 +1502,8 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
<listitem>
<para>
- The <filename>contrib</> function library
- <link linkend="pgcrypto"><function>pgcrypto</function></link>
- allows certain fields to be stored encrypted.
+ The <xref linkend="pgcrypto"> module 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.