Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8238d1e

Browse files
committed
doc: Fix table column number declaration
1 parent92c2d2b commit8238d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/pgcrypto.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ hmac(data bytea, key text, type text) returns bytea
135135

136136
<table id="pgcrypto-crypt-algorithms">
137137
<title>Supported Algorithms for <function>crypt()</></title>
138-
<tgroup cols="5">
138+
<tgroup cols="6">
139139
<thead>
140140
<row>
141141
<entry>Algorithm</entry>
142142
<entry>Max Password Length</entry>
143143
<entry>Adaptive?</entry>
144144
<entry>Salt Bits</entry>
145-
<entry>Outputlength</entry>
145+
<entry>OutputLength</entry>
146146
<entry>Description</entry>
147147
</row>
148148
</thead>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp