|
82 | 82 |
|
83 | 83 | <listitem>
|
84 | 84 | <!--
|
| 85 | +2015-03-31 [0badb06] Bruce ..: pg_ctl: change default shutdown mode from 'sma.. |
| 86 | +--> |
| 87 | + <para> |
| 88 | + Change <application>pg_ctl</>'s default shutdown mode from |
| 89 | + <literal>smart</> to <literal>fast</> (Bruce Momjian) |
| 90 | + </para> |
| 91 | + </listitem> |
| 92 | + |
| 93 | + <listitem> |
| 94 | +<!-- |
85 | 95 | 2015-03-04 [1345cc6] Tom Lane: Use standard casting mechanism to convert type..
|
86 | 96 | -->
|
87 | 97 | <para>
|
@@ -828,12 +838,12 @@ FIXME: Add docs about restartpoint behaviour change
|
828 | 838 | FIXME: Correct description
|
829 | 839 | -->
|
830 | 840 | <para>
|
831 |
| - Allow <link linkend="pg-replication-origin-create">labeling</> |
832 |
| - of the origin of logical replication changes (Andres Freund) |
| 841 | + Allow <link linkend="pg-replication-origin-create">labeling</> of |
| 842 | + the origin progress of logical replication changes (Andres Freund) |
833 | 843 | </para>
|
834 | 844 |
|
835 | 845 | <para>
|
836 |
| - This helps with change tracking. |
| 846 | + This is helpful when implementing replication solutions. |
837 | 847 | </para>
|
838 | 848 | </listitem>
|
839 | 849 |
|
@@ -1085,9 +1095,9 @@ FIXME: Correct description
|
1085 | 1095 | 2014-08-22 [f41872d] Alvaro..: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
|
1086 | 1096 | -->
|
1087 | 1097 | <para>
|
1088 |
| - Allow to convert a <acronym>WAL</acronym> logged table to an UNLOGGED |
1089 |
| - one, and the other way round with |
1090 |
| - <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED / |
| 1098 | + Allow changing of the <acronym>WAL</acronym> |
| 1099 | + logging status of a table ater creation with <link |
| 1100 | + linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED / |
1091 | 1101 | UNLOGGED</></> (Fabrízio de Royes Mello)
|
1092 | 1102 | </para>
|
1093 | 1103 | </listitem>
|
@@ -2187,10 +2197,10 @@ FIXME: Add more specifics?
|
2187 | 2197 |
|
2188 | 2198 | <para>
|
2189 | 2199 | The remote snapshot must have been exported by
|
2190 |
| - <function>pg_export_snapshot()</> or been defined when creating |
2191 |
| - a logical replication slot. This can be used by parallel |
2192 |
| - <application>pg_dump</> to use a consistent snapshot across |
2193 |
| - <application>pg_dump</> processes. |
| 2200 | + <function>pg_export_snapshot()</> or logical replication slot |
| 2201 | + creation. This can be used by another <application>pg_dump</> to |
| 2202 | + use a share a consistent snapshot across <application>pg_dump</> |
| 2203 | + processes. |
2194 | 2204 | </para>
|
2195 | 2205 | </listitem>
|
2196 | 2206 |
|
@@ -2231,16 +2241,6 @@ FIXME: Add more specifics?
|
2231 | 2241 |
|
2232 | 2242 | <listitem>
|
2233 | 2243 | <!--
|
2234 |
| -2015-03-31 [0badb06] Bruce ..: pg_ctl: change default shutdown mode from 'sma.. |
2235 |
| ---> |
2236 |
| - <para> |
2237 |
| - Change <application>pg_ctl</>'s default shutdown mode from |
2238 |
| - <literal>smart</> to <literal>fast</> (Bruce Momjian) |
2239 |
| - </para> |
2240 |
| - </listitem> |
2241 |
| - |
2242 |
| - <listitem> |
2243 |
| -<!-- |
2244 | 2244 | 2014-08-25 [ebe30ad] Bruce ..: pg_ctl, pg_upgrade: allow multiple -o/-O opti..
|
2245 | 2245 | -->
|
2246 | 2246 | <para>
|
|
0 commit comments