Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 293010a

Browse files
committed
doc: adjust PG 11 release notes
Fixes for channel binding, SQL procedures, and pg_trgm. Backpatch-through: 11
1 parent 224256f commit 293010a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

doc/src/sgml/release-11.sgml

Lines changed: 6 additions & 11 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

@@ -2835,7 +2830,7 @@ same commits as above
28352830
-->
28362831

28372832
<para>
2838-
Add <link linkend="pgtrgm"><application>pgtrgm</application></link>
2833+
Add <link linkend="pgtrgm"><application>pg_trgm</application></link>
28392834
function <function>strict_word_similarity()</function> to compute
28402835
the similarity of whole words (Alexander Korotkov)
28412836
</para>

0 commit comments

Comments
 (0)