File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3324,7 +3324,7 @@ CREATE INDEX ON measurement (logdate);
3324
3324
3325
3325
<para>
3326
3326
Normally the set of partitions established when initially defining the
3327
- table are not intended to remain static. It is common to want to
3327
+ table is not intended to remain static. It is common to want to
3328
3328
remove old partitions of data and periodically add new partitions for
3329
3329
new data. One of the most important advantages of partitioning is
3330
3330
precisely that it allows this otherwise painful task to be executed
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ PostgreSQL documentation
71
71
copied from the WAL archive to the <filename>pg_wal</filename> directory, or
72
72
fetched on startup by configuring <filename>recovery.conf</filename>. The use of
73
73
<application>pg_rewind</application> is not limited to failover, e.g., a standby
74
- server can be promoted, run some write transactions, and then rewinded
74
+ server can be promoted, run some write transactions, and then rewound
75
75
to become a standby again.
76
76
</para>
77
77
You can’t perform that action at this time.
0 commit comments