Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit596b0c2

Browse files
committed
Some copy editing of the release notes
1 parent3c485ca commit596b0c2

File tree

1 file changed

+55
-61
lines changed

1 file changed

+55
-61
lines changed

‎doc/src/sgml/release-9.1.sgml

Lines changed: 55 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
</para>
133133

134134
<para>
135-
Previously this returned<literal>NULL</>.
135+
Previously this returneda null value.
136136
</para>
137137
</listitem>
138138

@@ -145,7 +145,7 @@
145145
</para>
146146

147147
<para>
148-
Previously this returned<literal>NULL</>.
148+
Previously this returneda null value.
149149
</para>
150150
</listitem>
151151

@@ -164,9 +164,10 @@
164164
</para>
165165

166166
<para>
167-
Triggers can now be fired in three cases: BEFORE, AFTER, or INSTEAD OF
168-
some action. Trigger function authors should verify that their logic
169-
behaves sanely in all three cases.
167+
Triggers can now be fired in three cases: <literal>BEFORE</>,
168+
<literal>AFTER</>, or <literal>INSTEAD OF</> some action.
169+
Trigger function authors should verify that their logic behaves
170+
sanely in all three cases.
170171
</para>
171172
</listitem>
172173

@@ -302,9 +303,9 @@
302303

303304
<listitem>
304305
<para>
305-
Allow unlogged tables using <link
306+
Allow unlogged tables usingthe<link
306307
linkend="SQL-CREATETABLE-description"><literal>UNLOGGED</></link>
307-
during <link linkend="SQL-CREATETABLE"><command>CREATE
308+
clause in <link linkend="SQL-CREATETABLE"><command>CREATE
308309
TABLE</></link> (Robert Haas)
309310
</para>
310311

@@ -345,7 +346,8 @@
345346
</para>
346347

347348
<para>
348-
This allows the use of commit_siblings with less overhead.
349+
This allows the use of <varname>commit_siblings</varname> with
350+
less overhead.
349351
</para>
350352
</listitem>
351353

@@ -412,8 +414,9 @@
412414

413415
<listitem>
414416
<para>
415-
Support host names and host suffixes (e.g. .example.com) in
416-
<link linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
417+
Support host names and host suffixes
418+
(e.g. <literal>.example.com</>) in <link
419+
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
417420
(Peter Eisentraut)
418421
</para>
419422

@@ -425,7 +428,7 @@
425428

426429
<listitem>
427430
<para>
428-
Support thekeyword <literal>all</> in the host column of <link
431+
Support thekey word <literal>all</> in the host column of <link
429432
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
430433
(Peter Eisentraut)
431434
</para>
@@ -476,7 +479,7 @@
476479
Add <link
477480
linkend="guc-log-file-mode"><varname>log_file_mode</></link>
478481
which controls the permissions on log files created by the
479-
logging_collector (Martin Pihlak)
482+
logging collector (Martin Pihlak)
480483
</para>
481484
</listitem>
482485

@@ -491,7 +494,7 @@
491494

492495
<listitem>
493496
<para>
494-
Add <structfield>client_hostname</structfield>field to <link
497+
Add <structfield>client_hostname</structfield>column to <link
495498
linkend="monitoring-stats-views-table"><structname>pg_stat_activity</></link>
496499
(Peter Eisentraut)
497500
</para>
@@ -532,13 +535,13 @@
532535

533536
<listitem>
534537
<para>
535-
Add buffers_backend_fsync field to <link
538+
Add<structfield>buffers_backend_fsync</> column to <link
536539
linkend="monitoring-stats-views-table"><structname>pg_stat_bgwriter</></link>
537540
(Greg Smith)
538541
</para>
539542

540543
<para>
541-
This newfield counts the number of times a backend fsyncs a
544+
This newcolumn counts the number of times a backend fsyncs a
542545
buffer.
543546
</para>
544547
</listitem>
@@ -560,8 +563,8 @@
560563
</para>
561564

562565
<para>
563-
wal_buffers is now auto-tuned by default based on the size of
564-
shared_buffers.
566+
<varname>wal_buffers</> is now auto-tuned by default based on
567+
the size of <varname>shared_buffers</>.
565568
</para>
566569
</listitem>
567570

@@ -708,7 +711,7 @@
708711

709712
<listitem>
710713
<para>
711-
Addvariable <link
714+
Addconfiguration parameter <link
712715
linkend="guc-hot-standby-feedback"><varname>hot_standby_feedback</></link>
713716
to enable standbys to postpone cleanup of old row versions on the
714717
primary (Simon Riggs)
@@ -804,8 +807,8 @@
804807
</para>
805808

806809
<para>
807-
This allows a recovery server to be queried to checkif the
808-
recovery point is the one desired.
810+
This allows a recovery server to be queried to checkwhether
811+
therecovery point is the one desired.
809812
</para>
810813
</listitem>
811814

@@ -876,7 +879,7 @@
876879
<listitem>
877880
<para>
878881
Add a true <link
879-
linkend="xact-serializable"><literal>serializable</></link> isolation
882+
linkend="xact-serializable">serializable</link> isolation
880883
level (Kevin Grittner, Dan Ports)
881884
</para>
882885

@@ -928,14 +931,14 @@
928931

929932
<listitem>
930933
<para>
931-
Allow use of thekeyword <literal>DISTINCT</> in <link
934+
Allow use of thekey word <literal>DISTINCT</> in <link
932935
linkend="queries-union"><literal>UNION</>/<literal>INTERSECT</>/<literal>EXCEPT</></link>
933936
clauses (Tom Lane)
934937
</para>
935938

936939
<para>
937940
<literal>DISTINCT</> is the default behavior so use of this
938-
keyword is redundant, but the SQL standard allows it.
941+
key word is redundant, but the SQL standard allows it.
939942
</para>
940943
</listitem>
941944

@@ -1082,7 +1085,7 @@
10821085
<para>
10831086
The new option is called <literal>NOT VALID</>, which can
10841087
later be modified to <literal>VALIDATED</> and validation
1085-
checks performed. Together these allow you to add aForeign Key
1088+
checks performed. Together these allow you to add aforeign key
10861089
with minimal impact on read and write operations.
10871090
</para>
10881091
</listitem>
@@ -1095,9 +1098,10 @@
10951098
</para>
10961099

10971100
<para>
1098-
For example, converting a varchar column to text no longer
1099-
requires a rewrite of the table. However, increasing the length
1100-
constraint on a varchar column still requires a table rewrite.
1101+
For example, converting a <type>varchar</> column to
1102+
<type>text</> no longer requires a rewrite of the table.
1103+
However, increasing the length constraint on a
1104+
<type>varchar</> column still requires a table rewrite.
11011105
</para>
11021106
</listitem>
11031107

@@ -1115,9 +1119,9 @@
11151119

11161120
<listitem>
11171121
<para>
1118-
Fix possible"tuple concurrently updated" error when two server
1119-
backends attempted to add an inheritance parent to the same
1120-
table at the same time (Robert Haas)
1122+
Fix possible<quote>tuple concurrently updated</quote> error
1123+
when two serverbackends attempted to add an inheritance
1124+
parent to the sametable at the same time (Robert Haas)
11211125
</para>
11221126

11231127
<para>
@@ -1515,7 +1519,7 @@
15151519
linkend="array-functions-table"><function>array_to_string()</></link>
15161520
and <link
15171521
linkend="array-functions-table"><function>string_to_array()</></link>
1518-
for<literal>NULL</> processing control (Pavel Stehule)
1522+
fornull value processing control (Pavel Stehule)
15191523
</para>
15201524
</listitem>
15211525

@@ -1565,14 +1569,14 @@
15651569

15661570
<listitem>
15671571
<para>
1568-
Addfields to the <link
1572+
Addcolumns to the <link
15691573
linkend="infoschema-sequences"><structname>information_schema.sequences</></link>
15701574
system view (Peter Eisentraut)
15711575
</para>
15721576

15731577
<para>
1574-
Previously, though the view existed,all of these view fields
1575-
were unimplemented.
1578+
Previously, though the view existed,the columns about the
1579+
sequence parameterswere unimplemented.
15761580
</para>
15771581
</listitem>
15781582

@@ -1777,22 +1781,12 @@
17771781

17781782
<listitem>
17791783
<para>
1780-
<function>plpy.Fatal</function> now raises <literal>FATAL</>, rather
1781-
than <literal>ERROR</literal> (Jan Urbanski)
1782-
</para>
1783-
1784-
<para>
1785-
The old behavior was incorrect.
1786-
</para>
1787-
</listitem>
1788-
1789-
<listitem>
1790-
<para>
1791-
Overhaul of PL/Python (Jan Urbanski)
1784+
Fix exception handling with Python 3 (Jan Urbanski)
17921785
</para>
17931786

17941787
<para>
1795-
This includes exception support for Python 3. **More detail?
1788+
Exception classes were previously not available in
1789+
<literal>plpy</> under Python 3.
17961790
</para>
17971791
</listitem>
17981792

@@ -1885,7 +1879,7 @@
18851879
<listitem>
18861880
<para>
18871881
Make <application>psql</application> distinguish between unique
1888-
indices and unique constraints (Josh Kupershmidt)
1882+
indexes and unique constraints (Josh Kupershmidt)
18891883
</para>
18901884
</listitem>
18911885

@@ -1951,11 +1945,10 @@
19511945

19521946
<listitem>
19531947
<para>
1954-
Improve <application>pg_ctl</>
1955-
start's "wait" (<option>-w</>) mode to handle non-standard
1956-
port numbers, non-standard Unix-domain socket locations,
1957-
permission problems, and stale postmaster lock files (Bruce
1958-
Momjian)
1948+
Improve <application>pg_ctl</> start's <quote>wait</quote>
1949+
(<option>-w</>) mode to handle non-standard port numbers,
1950+
non-standard Unix-domain socket locations, permission
1951+
problems, and stale postmaster lock files (Bruce Momjian)
19591952
</para>
19601953
</listitem>
19611954

@@ -2091,8 +2084,8 @@
20912084
</para>
20922085

20932086
<para>
2094-
This allows for faster compiles. Also,make <option>-k</>
2095-
and make <option>-q</>nowwork properly in a parallel build.
2087+
This allows for faster compiles. Also,<literal>make-k</>
2088+
nowworks properly.
20962089
</para>
20972090
</listitem>
20982091

@@ -2183,8 +2176,8 @@
21832176
<listitem>
21842177
<para>
21852178
Improve ability to use C++ compilers for <link
2186-
linkend="xfunc-c">backend compiles</link> by removing
2187-
conflictingkeywords (Tom Lane)
2179+
linkend="xfunc-c">compiling add-on modules</link> by removing
2180+
conflictingkey words (Tom Lane)
21882181
</para>
21892182
</listitem>
21902183

@@ -2346,7 +2339,7 @@
23462339
<listitem>
23472340
<para>
23482341
Allow <link linkend="intarray"><filename>contrib/intarray</></link>
2349-
to work properly onmulti-dimensional arrays (Tom Lane)
2342+
to work properly onmultidimensional arrays (Tom Lane)
23502343
</para>
23512344
</listitem>
23522345

@@ -2582,9 +2575,10 @@
25822575

25832576
<listitem>
25842577
<para>
2585-
Document that it is possible to access all composite fields
2586-
using <link linkend="field-selection"><literal>(compositeval).*
2587-
syntax</></link> (Peter Eisentraut)
2578+
Document that it is possible to access all composite type
2579+
fields using <link
2580+
linkend="field-selection"><literal>(compositeval).*</></link>
2581+
syntax (Peter Eisentraut)
25882582
</para>
25892583
</listitem>
25902584

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp