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 @@ -3296,7 +3296,7 @@ CREATE INDEX ON measurement_y2008m01 (logdate);
3296
3296
3297
3297
<para>
3298
3298
Normally the set of partitions established when initially defining the
3299
- table are not intended to remain static. It is common to want to
3299
+ table is not intended to remain static. It is common to want to
3300
3300
remove old partitions of data and periodically add new partitions for
3301
3301
new data. One of the most important advantages of partitioning is
3302
3302
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</> directory, or
72
72
fetched on startup by configuring <filename>recovery.conf</>. The use of
73
73
<application>pg_rewind</> 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