1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

doc: Fix table column number declaration

This commit is contained in:
Peter Eisentraut
2013-10-10 21:17:31 -04:00
parent 7453b8db75
commit d42d839e52

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>