doc: Fix table column number declaration

This commit is contained in:
Peter Eisentraut 2013-10-10 21:17:31 -04:00
parent 92c2d2ba3a
commit 8238d1ed8f

View file

@ -135,14 +135,14 @@ hmac(data bytea, key text, type text) returns bytea
<table id="pgcrypto-crypt-algorithms"> <table id="pgcrypto-crypt-algorithms">
<title>Supported Algorithms for <function>crypt()</></title> <title>Supported Algorithms for <function>crypt()</></title>
<tgroup cols="5"> <tgroup cols="6">
<thead> <thead>
<row> <row>
<entry>Algorithm</entry> <entry>Algorithm</entry>
<entry>Max Password Length</entry> <entry>Max Password Length</entry>
<entry>Adaptive?</entry> <entry>Adaptive?</entry>
<entry>Salt Bits</entry> <entry>Salt Bits</entry>
<entry>Output length</entry> <entry>Output Length</entry>
<entry>Description</entry> <entry>Description</entry>
</row> </row>
</thead> </thead>