diff options
author | Peter Eisentraut | 2013-12-11 02:46:43 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-12-11 02:47:45 +0000 |
commit | a06af43695cd51184dacc260aa394685991fe15f (patch) | |
tree | 754db751953b9405a64ad90b86db92d18fff1e54 /doc/src/sgml/pgcrypto.sgml | |
parent | 66abc2608c7c00fcd449e00a9e23f13f02e65d04 (diff) |
doc: Fix DocBook table column count declaration
This was broken in d6464fdc0a591662e5e5ee1b0303932e89cb027c.
Diffstat (limited to 'doc/src/sgml/pgcrypto.sgml')
-rw-r--r-- | doc/src/sgml/pgcrypto.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 5f46d8edfb4..b99a75c3668 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/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> |