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

Commit 62bf9c2

Browse files
committed
Markup and wording improvements for 9.1 release notes.
1 parent 78fce29 commit 62bf9c2

File tree

1 file changed

+39
-38
lines changed

1 file changed

+39
-38
lines changed

doc/src/sgml/release-9.1.sgml

+39-38
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254

255255
<listitem>
256256
<para>
257-
Treat ECPG cursor names as case-insensitive (Zoltan Boszormenyi)
257+
Treat <application>ECPG</> cursor names as case-insensitive (Zoltan Boszormenyi)
258258
</para>
259259
</listitem>
260260

@@ -385,13 +385,14 @@
385385
</para>
386386

387387
<para>
388-
Previously only host IP addresses and CIDR values were supported.
388+
Previously only host <acronym>IP</> addresses and <acronym>CIDR</>
389+
values were supported.
389390
</para>
390391
</listitem>
391392

392393
<listitem>
393394
<para>
394-
Support the keyword 'all' in the host column of <link
395+
Support the keyword <literal>all</> in the host column of <link
395396
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
396397
(Peter Eisentraut)
397398
</para>
@@ -404,14 +405,14 @@
404405

405406
<listitem>
406407
<para>
407-
Allow <link linkend="gssapi-auth">GSSAPI</link> to be used to
408-
authenticate to servers via <link linkend="sspi-auth">SSPI</link>
409-
(Christian Ullrich)
408+
Allow <link linkend="gssapi-auth"><acronym>GSSAPI</></link>
409+
to be used to authenticate to servers via <link
410+
linkend="sspi-auth"><acronym>SSPI</></link> (Christian Ullrich)
410411
</para>
411412

412413
<para>
413-
Specifically this allows Unix-based GSSAPI clients to authenticate
414-
to Windows SSPI servers.
414+
Specifically this allows Unix-based <acronym>GSSAPI</> clients
415+
to <acronym>SSPI</> authenticate to Windows servers.
415416
</para>
416417
</listitem>
417418

@@ -426,14 +427,14 @@
426427

427428
<listitem>
428429
<para>
429-
Add details to the logging of restart points and checkpoints,
430+
Add details to the logging of restartpoints and checkpoints,
430431
which is controlled by <link
431432
linkend="guc-log-checkpoints"><varname>log_checkpoints</></link>
432433
(Fujii Masao, Greg Smith)
433434
</para>
434435

435436
<para>
436-
New details show WAL file and sync activity.
437+
New details show <acronym>WAL</> file and sync activity.
437438
</para>
438439
</listitem>
439440

@@ -655,7 +656,7 @@
655656
<para>
656657
Add system view <link
657658
linkend="monitoring-stats-views-table"><structname>pg_stat_replication</></link>
658-
which displays activity of WAL sender processes (Itagaki
659+
which displays activity of <acronym>WAL</> sender processes (Itagaki
659660
Takahiro, Simon Riggs)
660661
</para>
661662

@@ -1152,29 +1153,29 @@
11521153
<listitem>
11531154
<para>
11541155
Add nearest-neighbor (order-by-operator) searching to <link
1155-
linkend="GiST">GiST indexes</link> (Teodor Sigaev, Tom Lane)
1156+
linkend="GiST"><acronym>GiST</> indexes</link> (Teodor Sigaev, Tom Lane)
11561157
</para>
11571158

11581159
<para>
1159-
This allows GiST indexes to quickly return
1160+
This allows <acronym>GiST</> indexes to quickly return
11601161
<literal>LIMIT</>-specified closest values.
11611162
</para>
11621163
</listitem>
11631164

11641165
<listitem>
11651166
<para>
1166-
Allow <link linkend="GIN">GIN indexes</link> to index null
1167+
Allow <link linkend="GIN"><acronym>GIN</> indexes</link> to index null
11671168
and empty values (Tom Lane)
11681169
</para>
11691170

11701171
<para>
1171-
This allows full GIN index scans.
1172+
This allows full <acronym>GIN</> index scans.
11721173
</para>
11731174
</listitem>
11741175

11751176
<listitem>
11761177
<para>
1177-
Fix <link linkend="GiST">GiST indexes</link> to be fully
1178+
Fix <link linkend="GiST"><acronym>GiST</> indexes</link> to be fully
11781179
crash-safe (Heikki Linnakangas)
11791180
</para>
11801181

@@ -1244,13 +1245,13 @@
12441245
</sect4>
12451246

12461247
<sect4>
1247-
<title><link linkend="functions-xml">XML</link></title>
1248+
<title><link linkend="functions-xml"><acronym>XML</></link></title>
12481249

12491250
<itemizedlist>
12501251

12511252
<listitem>
12521253
<para>
1253-
Add XML function <link
1254+
Add <acronym>XML</> function <link
12541255
linkend="xml-exists"><literal>XMLEXISTS</></link> and <link
12551256
linkend="xml-exists"><function>xpath_exists()</></link>
12561257
functions (Mike Fowler)
@@ -1263,7 +1264,7 @@
12631264

12641265
<listitem>
12651266
<para>
1266-
Add XML functions <link
1267+
Add <acronym>XML</> functions <link
12671268
linkend="xml-is-well-formed"><function>xml_is_well_formed()</></link>,
12681269
<link
12691270
linkend="xml-is-well-formed"><function>xml_is_well_formed_document()</></link>,
@@ -1273,7 +1274,7 @@
12731274
</para>
12741275

12751276
<para>
1276-
These check whether the input is properly-formed XML.
1277+
These check whether the input is properly-formed <acronym>XML</>.
12771278
</para>
12781279
</listitem>
12791280

@@ -1330,7 +1331,7 @@
13301331

13311332
<listitem>
13321333
<para>
1333-
Add single-parameter version of function <link
1334+
Add a single-parameter version of function <link
13341335
linkend="functions-admin-genfile"><function>pg_read_file()</></link>
13351336
to read an entire file (Dimitri Fontaine, Itagaki Takahiro)
13361337
</para>
@@ -1355,7 +1356,7 @@
13551356

13561357
<listitem>
13571358
<para>
1358-
Add <link
1359+
Add the <link
13591360
linkend="functions-info-catalog-table"><function>pg_describe_object()</></link>
13601361
function (Alvaro Herrera)
13611362
</para>
@@ -1378,7 +1379,7 @@
13781379
Add variable <link
13791380
linkend="guc-quote-all-identifiers"><varname>quote_all_identifiers</></link>
13801381
to force the quoting of all identifiers in <command>EXPLAIN</>
1381-
and system catalog functions like <link
1382+
and in system catalog functions like <link
13821383
linkend="functions-info-catalog-table"><function>pg_get_viewdef()</></link>
13831384
(Robert Haas)
13841385
</para>
@@ -1599,7 +1600,7 @@
15991600

16001601
<listitem>
16011602
<para>
1602-
Report PL/Python errors from iterators with PLy_elog (Jan
1603+
Report PL/Python errors from iterators with <literal>PLy_elog</> (Jan
16031604
Urbanski)
16041605
</para>
16051606
</listitem>
@@ -1651,15 +1652,15 @@
16511652

16521653
<listitem>
16531654
<para>
1654-
Add <application>psql</> command <literal>\sf</> command to
1655+
Add <application>psql</> command <literal>\sf</> to
16551656
show a function's definition (Pavel Stehule)
16561657
</para>
16571658
</listitem>
16581659

16591660
<listitem>
16601661
<para>
1661-
Add <application>psql</> <literal>\dL</> command
1662-
<literal>\dL</> to list languages (Fernando Ike)
1662+
Add <application>psql</> command <literal>\dL</> to list
1663+
languages (Fernando Ike)
16631664
</para>
16641665
</listitem>
16651666

@@ -1684,7 +1685,7 @@
16841685

16851686
<para>
16861687
This is passed to the editor using the
1687-
<literal>EDITOR_LINENUMBER_SWITCH</> environment variable.
1688+
<envar>EDITOR_LINENUMBER_SWITCH</> environment variable.
16881689
</para>
16891690
</listitem>
16901691

@@ -1695,14 +1696,14 @@
16951696
</para>
16961697

16971698
<para>
1698-
This only happens if the <literal>PGCLIENTENCODING</> environment
1699+
This only happens if the <envar>PGCLIENTENCODING</> environment
16991700
variable is not set.
17001701
</para>
17011702
</listitem>
17021703

17031704
<listitem>
17041705
<para>
1705-
Allow tab completion of <application>psql</> variables (Pavel
1706+
Additional tab completion of <application>psql</> variables (Pavel
17061707
Stehule)
17071708
</para>
17081709
</listitem>
@@ -1780,7 +1781,7 @@
17801781
<listitem>
17811782
<para>
17821783
Add <literal>promote</> option to <application>pg_ctl</> to
1783-
change a standby server to primary (Fujii Masao)
1784+
switch a standby server to primary (Fujii Masao)
17841785
</para>
17851786
</listitem>
17861787

@@ -1800,9 +1801,9 @@
18001801

18011802
<listitem>
18021803
<para>
1803-
Add a libpq connection option client_encoding which behaves
1804-
like the <literal>PGCLIENTENCODING</> environment variable
1805-
(Heikki Linnakangas)
1804+
Add a libpq connection option <literal>client_encoding</>
1805+
which behaves like the <envar>PGCLIENTENCODING</> environment
1806+
variable (Heikki Linnakangas)
18061807
</para>
18071808

18081809
<para>
@@ -1890,7 +1891,7 @@
18901891

18911892
<listitem>
18921893
<para>
1893-
Require GNU <link
1894+
Require <acronym>GNU</> <link
18941895
linkend="install-requirements"><application>make</></link>
18951896
3.80 or newer (Peter Eisentraut)
18961897
</para>
@@ -1990,7 +1991,7 @@
19901991

19911992
<listitem>
19921993
<para>
1993-
Add support for DragonFly BSD (Rumko)
1994+
Add support for DragonFly <acronym>BSD</> (Rumko)
19941995
</para>
19951996
</listitem>
19961997

@@ -2165,7 +2166,7 @@
21652166
<listitem>
21662167
<para>
21672168
Add <link linkend="sepgsql"><filename>contrib/sepgsql</></link>
2168-
to interface permission checks with SE-Linux (KaiGai Kohei)
2169+
to interface permission checks with <acronym>SE</>-Linux (KaiGai Kohei)
21692170
</para>
21702171

21712172
<para>
@@ -2305,7 +2306,7 @@
23052306

23062307
<listitem>
23072308
<para>
2308-
Extensive <link linkend="ecpg">ECPG documentation</link>
2309+
Extensive <link linkend="ecpg"><application>ECPG</> documentation</link>
23092310
improvements (Satoshi Nagayasu)
23102311
</para>
23112312
</listitem>

0 commit comments

Comments
 (0)