1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Add some links to tables

This commit is contained in:
Peter Eisentraut
2010-08-10 20:42:01 +00:00
parent 6d5afc2003
commit 5148a04636
7 changed files with 60 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.10 2010/07/29 19:34:40 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.11 2010/08/10 20:42:01 petere Exp $ -->
<sect1 id="pgcrypto">
<title>pgcrypto</title>
@@ -115,7 +115,12 @@ hmac(data bytea, key text, type text) returns bytea
</listitem>
</orderedlist>
<table>
<para>
<xref linkend="pgcrypto-crypt-algorithms"> lists the algorithms
supported by the <function>crypt()</function> function.
</para>
<table id="pgcrypto-crypt-algorithms">
<title>Supported algorithms for <function>crypt()</></title>
<tgroup cols="5">
<thead>