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

Commit8fef562

Browse files
doc: Fix PQsslAttribute docs for compression
The compression parameter to PQsslAttribute has never returned thecompression method used, it has always returned "on" or "off sinceit was added in commit91fa7b4. Backpatch through v10.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/B9EC60EC-F665-47E8-A221-398C76E382C9@yesql.seBackpatch-through: v10
1 parent1981553 commit8fef562

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,9 +2187,7 @@ const char *PQsslAttribute(const PGconn *conn, const char *attribute_name);
21872187
<term><literal>compression</literal></term>
21882188
<listitem>
21892189
<para>
2190-
If SSL compression is in use, returns the name of the compression
2191-
algorithm, or "on" if compression is used but the algorithm is
2192-
not known. If compression is not in use, returns "off".
2190+
Returns "on" if SSL compression is in use, else it returns "off".
21932191
</para>
21942192
</listitem>
21952193
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp