Commit 8238d1ed authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix table column number declaration

parent 92c2d2ba
...@@ -135,14 +135,14 @@ hmac(data bytea, key text, type text) returns bytea ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment