Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0d45cd96
Commit
0d45cd96
authored
Sep 11, 2018
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: adjust PG 11 release notes
Fixes for channel binding, SQL procedures, and pg_trgm. Backpatch-through: 11
parent
fedc97cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
doc/src/sgml/release-11.sgml
doc/src/sgml/release-11.sgml
+5
-10
No files found.
doc/src/sgml/release-11.sgml
View file @
0d45cd96
...
@@ -1942,7 +1942,7 @@ same commits as above
...
@@ -1942,7 +1942,7 @@ same commits as above
-->
-->
<para>
<para>
Add SQL procedures, which can start and commit their own
Add SQL
-level
procedures, which can start and commit their own
transactions (Peter Eisentraut)
transactions (Peter Eisentraut)
</para>
</para>
...
@@ -2685,15 +2685,10 @@ same commits as above
...
@@ -2685,15 +2685,10 @@ same commits as above
</para>
</para>
<para>
<para>
While <acronym>SCRAM</acronym> always prevents the
<acronym>SCRAM</acronym> cannot prevent man-in-the-middle attacks
replay of transmitted hashed passwords in a later session,
unless it can be forced. Unfortunately, there is no way to do
<acronym>SCRAM</acronym> with channel binding can also prevent
this in libpq. This is expected in future versions of libpq
man-in-the-middle attacks. However, since there is no way
and in interfaces not built using libpq, e.g. JDBC.
to <emphasis>force</emphasis> channel binding in libpq,
the feature currently does not prevent man-in-the-middle
attacks when using libpq and interfaces built using it. It is
expected that future versions of libpq and interfaces not built
using libpq, e.g. JDBC, will allow this capability.
</para>
</para>
</listitem>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment