mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 16:48:17 -05:00
doc: Fix DocBook table column count declaration
This was broken in d6464fdc0a.
This commit is contained in:
parent
66abc2608c
commit
a06af43695
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ gen_salt(type text [, iter_count integer ]) returns text
|
|||
|
||||
<table id="pgcrypto-hash-speed-table">
|
||||
<title>Hash Algorithm Speeds</title>
|
||||
<tgroup cols="4">
|
||||
<tgroup cols="5">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Algorithm</entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue