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

Commit0d45cd9

Browse files
committed
doc: adjust PG 11 release notes
Fixes for channel binding, SQL procedures, and pg_trgm.Backpatch-through: 11
1 parentfedc97c commit0d45cd9

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

‎doc/src/sgml/release-11.sgml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ same commits as above
19421942
-->
19431943

19441944
<para>
1945-
Add SQL procedures, which can start and commit their own
1945+
Add SQL-level procedures, which can start and commit their own
19461946
transactions (Peter Eisentraut)
19471947
</para>
19481948

@@ -2685,15 +2685,10 @@ same commits as above
26852685
</para>
26862686

26872687
<para>
2688-
While <acronym>SCRAM</acronym> always prevents the
2689-
replay of transmitted hashed passwords in a later session,
2690-
<acronym>SCRAM</acronym> with channel binding can also prevent
2691-
man-in-the-middle attacks. However, since there is no way
2692-
to <emphasis>force</emphasis> channel binding in libpq,
2693-
the feature currently does not prevent man-in-the-middle
2694-
attacks when using libpq and interfaces built using it. It is
2695-
expected that future versions of libpq and interfaces not built
2696-
using libpq, e.g. JDBC, will allow this capability.
2688+
<acronym>SCRAM</acronym> cannot prevent man-in-the-middle attacks
2689+
unless it can be forced. Unfortunately, there is no way to do
2690+
this in libpq. This is expected in future versions of libpq
2691+
and in interfaces not built using libpq, e.g. JDBC.
26972692
</para>
26982693
</listitem>
26992694

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp