mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
doc: Fix table column number declaration
This commit is contained in:
parent
7453b8db75
commit
d42d839e52
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue