mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
doc: Fix table column number declaration
This commit is contained in:
parent
92c2d2ba3a
commit
8238d1ed8f
@ -135,14 +135,14 @@ hmac(data bytea, key text, type text) returns bytea
|
||||
|
||||
<table id="pgcrypto-crypt-algorithms">
|
||||
<title>Supported Algorithms for <function>crypt()</></title>
|
||||
<tgroup cols="5">
|
||||
<tgroup cols="6">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Algorithm</entry>
|
||||
<entry>Max Password Length</entry>
|
||||
<entry>Adaptive?</entry>
|
||||
<entry>Salt Bits</entry>
|
||||
<entry>Output length</entry>
|
||||
<entry>Output Length</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user