projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c2d2b
)
doc: Fix table column number declaration
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 11 Oct 2013 01:17:31 +0000
(21:17 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 11 Oct 2013 01:17:31 +0000
(21:17 -0400)
doc/src/sgml/pgcrypto.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgcrypto.sgml
b/doc/src/sgml/pgcrypto.sgml
index 976c7db130fc694e8029cab3f0a58392050e2749..57d340180b72f89881cf6017c3d1839c5df73f6a 100644
(file)
--- 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
l
ength</entry>
+ <entry>Output
L
ength</entry>
<entry>Description</entry>
</row>
</thead>