Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76ef266

Browse files
committed
More small 9.6 release note improvements.
Corrections per Jeff Janes, Christian Ullrich, and Daniel Vérité.
1 parent c778e27 commit 76ef266

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/src/sgml/release-9.5.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3401,7 +3401,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list.
34013401
<para>
34023402
<application>psql</> now fails if the file specified by
34033403
an <option>--output</> or <option>--log-file</> switch cannot be
3404-
written (Tom Lane, Daniel Verite)
3404+
written (Tom Lane, Daniel V&eacute;rit&eacute;)
34053405
</para>
34063406

34073407
<para>

doc/src/sgml/release-9.6.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@
548548
2016-03-10 [37c54863c] Rework wait for AccessExclusiveLocks on Hot Standby
549549
-->
550550
<para>
551-
Avoid some spurious waits for AccessExclusiveLocks in hot-standby
552-
queries (Jeff Janes)
551+
Avoid some unnecessary cancellations of hot-standby queries during
552+
replay of actions that take AccessExclusiveLocks (Jeff Janes)
553553
</para>
554554
</listitem>
555555

@@ -962,8 +962,9 @@
962962
-->
963963
<para>
964964
Add new SSPI authentication parameters <varname>compat_realm</>
965-
and <varname>upn_usename</>, to make it possible to make SSPI
966-
work more like GSSAPI (Christian Ullrich)
965+
and <varname>upn_username</>, to control whether NetBIOS or Kerberos
966+
realm names and user names are used during SSPI authentication
967+
(Christian Ullrich)
967968
</para>
968969
</listitem>
969970

@@ -2294,7 +2295,7 @@ This commit is also listed under psql and PL/pgSQL
22942295
<para>
22952296
Add a <command>\crosstabview</> command that prints the
22962297
results of a query in a cross-tabulated display
2297-
(Daniel Verit&eacute;)
2298+
(Daniel V&eacute;rit&eacute;)
22982299
</para>
22992300

23002301
<para>

0 commit comments

Comments
 (0)