summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/pgcrypto.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index 976c7db130f..57d340180b7 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -135,14 +135,14 @@ hmac(data bytea, key text, type text) returns bytea
<table id="pgcrypto-crypt-algorithms">
<title>Supported Algorithms for <function>crypt()</></title>
- <tgroup cols="5">
+ <tgroup cols="6">
<thead>
<row>
<entry>Algorithm</entry>
<entry>Max Password Length</entry>
<entry>Adaptive?</entry>
<entry>Salt Bits</entry>
- <entry>Output length</entry>
+ <entry>Output Length</entry>
<entry>Description</entry>
</row>
</thead>