mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
doc: Fix DocBook table column count declaration
This was broken in d6464fdc0a
.
This commit is contained in:
@ -305,7 +305,7 @@ gen_salt(type text [, iter_count integer ]) returns text
|
|||||||
|
|
||||||
<table id="pgcrypto-hash-speed-table">
|
<table id="pgcrypto-hash-speed-table">
|
||||||
<title>Hash Algorithm Speeds</title>
|
<title>Hash Algorithm Speeds</title>
|
||||||
<tgroup cols="4">
|
<tgroup cols="5">
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Algorithm</entry>
|
<entry>Algorithm</entry>
|
||||||
|
Reference in New Issue
Block a user