doc: Fix DocBook table column count declaration

This was broken in d6464fdc0a.
pull/6/head
Peter Eisentraut 12 years ago
parent 66abc2608c
commit a06af43695
  1. 2
      doc/src/sgml/pgcrypto.sgml

@ -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…
Cancel
Save