Skip to content

Commit a25fb9c

Browse files
committed
Doc: proofreading for v12 release notes.
Mostly markup improvements, with a couple of grammar fixes. Liudmila Mantrova Discussion: https://postgr.es/m/CAEkD-mDxVV1Hrxzo3-hPaS5b1s-+Gin+9Cbu2eMBqRovRVjC0w@mail.gmail.com
1 parent ac8fb2c commit a25fb9c

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
608608
<para>
609609
Treat object-name columns in
610610
the <link linkend="information-schema"><structname>information_schema</structname></link>
611-
views as being of type <type>name</type> not <type>varchar</type>
611+
views as being of type <type>name</type>, not <type>varchar</type>
612612
(Tom Lane)
613613
</para>
614614

@@ -969,7 +969,7 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
969969

970970
<para>
971971
Reduce the <acronym>WAL</acronym> write overhead
972-
of <acronym>GiST</acronym>, <acronym>GIN</acronym> and
972+
of <acronym>GiST</acronym>, <acronym>GIN</acronym>, and
973973
<acronym>SP-GiST</acronym> index creation (Anastasia Lubennikova,
974974
Andrey V. Lepikhov)
975975
</para>
@@ -1288,7 +1288,7 @@ Author: Stephen Frost <sfrost@snowman.net>
12881288
-->
12891289

12901290
<para>
1291-
Allow <link linkend="storage-toast"><literal>TOASTed</literal></link>
1291+
Allow <link linkend="storage-toast">toasted</link>
12921292
values to be minimally decompressed (Paul Ramsey)
12931293
</para>
12941294

@@ -1305,7 +1305,7 @@ Author: Robert Haas <rhaas@postgresql.org>
13051305
-->
13061306

13071307
<para>
1308-
Allow <link linkend="sql-altertable"><command>ALTER TABLE .. SET
1308+
Allow <link linkend="sql-altertable"><command>ALTER TABLE ... SET
13091309
NOT NULL</command></link> to avoid unnecessary table scans (Sergei
13101310
Kornilov)
13111311
</para>
@@ -1323,7 +1323,7 @@ Author: Noah Misch <noah@leadboat.com>
13231323
-->
13241324

13251325
<para>
1326-
Allow <command>ALTER TABLE .. SET DATA TYPE</command> changing between
1326+
Allow <command>ALTER TABLE ... SET DATA TYPE</command> changing between
13271327
<type>timestamp</type> and <type>timestamptz</type> to avoid a
13281328
table rewrite when the session time zone is <acronym>UTC</acronym>
13291329
(Noah Misch)
@@ -1438,7 +1438,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
14381438
<para>
14391439
Progress is reported in the <link
14401440
linkend="create-index-progress-reporting"><structname>pg_stat_progress_create_index</structname></link>
1441-
system view
1441+
system view.
14421442
</para>
14431443
</listitem>
14441444

@@ -2235,7 +2235,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
22352235
</para>
22362236

22372237
<para>
2238-
This output can also be obtained in <xref linkend="auto-explain"/>
2238+
This output can also be obtained when using <xref linkend="auto-explain"/>
22392239
by setting <varname>auto_explain.log_settings</varname>.
22402240
</para>
22412241
</listitem>
@@ -2620,7 +2620,8 @@ Author: Michael Paquier <michael@paquier.xyz>
26202620

26212621
<para>
26222622
Add connection parameter <xref linkend="libpq-tcp-user-timeout"/>
2623-
to control libpq's <acronym>TCP</acronym> timeout (Ryohei Nagaura)
2623+
to control <application>libpq</application>'s <acronym>TCP</acronym>
2624+
timeout (Ryohei Nagaura)
26242625
</para>
26252626
</listitem>
26262627

@@ -2631,9 +2632,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
26312632
-->
26322633

26332634
<para>
2634-
Allow libpq (and thus psql) to report only
2635-
the <literal>SQLSTATE</literal> value in error messages (Didier
2636-
Gautheron)
2635+
Allow <application>libpq</application> (and thus
2636+
<application>psql</application>) to report only the
2637+
<literal>SQLSTATE</literal> value in error messages (Didier Gautheron)
26372638
</para>
26382639
</listitem>
26392640

@@ -2644,7 +2645,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
26442645
-->
26452646

26462647
<para>
2647-
Add libpq
2648+
Add <application>libpq</application>
26482649
function <link linkend="libpq-pqresultmemorysize"><function>PQresultMemorySize()</function></link>
26492650
to report the memory used by a query result (Lars Kanis, Tom Lane)
26502651
</para>
@@ -2657,7 +2658,7 @@ Author: Peter Eisentraut <peter_e@gmx.net>
26572658
-->
26582659

26592660
<para>
2660-
Remove the no-display/debug flag from libpq's
2661+
Remove the no-display/debug flag from <application>libpq</application>'s
26612662
<literal>options</literal> connection parameter (Peter Eisentraut)
26622663
</para>
26632664

@@ -2729,8 +2730,8 @@ Author: Michael Paquier <michael@paquier.xyz>
27292730
-->
27302731

27312732
<para>
2732-
Allow vacuumdb to disable waiting for locks or skipping all-visible
2733-
pages (Nathan Bossart)
2733+
Allow <application>vacuumdb</application> to disable waiting for locks
2734+
or skipping all-visible pages (Nathan Bossart)
27342735
</para>
27352736

27362737
<para>
@@ -2835,9 +2836,13 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
28352836
-->
28362837

28372838
<para>
2838-
Improve tab completion of <command>CREATE TABLE, CREATE TRIGGER,
2839-
CREATE EVENT TRIGGER, ANALYZE, EXPLAIN, VACUUM, ALTER TABLE,
2840-
ALTER INDEX, ALTER DATABASE, ALTER INDEX ALTER COLUMN</command>
2839+
Improve tab completion of <command>CREATE TABLE</command>,
2840+
<command>CREATE TRIGGER</command>,
2841+
<command>CREATE EVENT TRIGGER</command>,
2842+
<command>ANALYZE</command>, <command>EXPLAIN</command>,
2843+
<command>VACUUM</command>, <command>ALTER TABLE</command>,
2844+
<command>ALTER INDEX</command>, <command>ALTER DATABASE</command>,
2845+
and <command>ALTER INDEX ALTER COLUMN</command>
28412846
(Dagfinn Ilmari Mannsåker, Tatsuro Yamada, Michaël Paquier,
28422847
Tom Lane, Justin Pryzby)
28432848
</para>
@@ -2878,8 +2883,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
28782883
-->
28792884

28802885
<para>
2881-
Improve precision of pgbench's <option>--rate</option>
2882-
option (Tom Lane)
2886+
Improve precision of <application>pgbench</application>'s
2887+
<option>--rate</option> option (Tom Lane)
28832888
</para>
28842889
</listitem>
28852890

@@ -2889,8 +2894,8 @@ Author: Peter Eisentraut <peter_e@gmx.net>
28892894
2018-10-15 [5b75a4f82] pgbench: Report errors during run better
28902895
-->
28912896
<para>
2892-
Improve pgbench's error reporting with clearer messages and return
2893-
codes (Peter Eisentraut)
2897+
Improve <application>pgbench</application>'s error reporting with
2898+
clearer messages and return codes (Peter Eisentraut)
28942899
</para>
28952900
</listitem>
28962901

@@ -3160,7 +3165,7 @@ existin
31603165
<para>
31613166
This enables the development of new <link linkend="tableam">table
31623167
access methods</link>, which can optimize storage for different
3163-
use-cases. The existing <literal>heap</literal> access method
3168+
use cases. The existing <literal>heap</literal> access method
31643169
remains the default.
31653170
</para>
31663171
</listitem>

0 commit comments

Comments
 (0)