Skip to content

Commit b99cbbf

Browse files
committed
Fix some grammar and typos in comments and docs
The documentation fixes are backpatched down to where they apply. Author: Justin Pryzby Discussion: https://postgr.es/m/20201031020801.GD3080@telsasoft.com Backpatch-through: 9.6
1 parent dd7ae03 commit b99cbbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3296,7 +3296,7 @@ CREATE INDEX ON measurement_y2008m01 (logdate);
32963296

32973297
<para>
32983298
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
33003300
remove old partitions of data and periodically add new partitions for
33013301
new data. One of the most important advantages of partitioning is
33023302
precisely that it allows this otherwise painful task to be executed

doc/src/sgml/ref/pg_rewind.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PostgreSQL documentation
7171
copied from the WAL archive to the <filename>pg_wal</> directory, or
7272
fetched on startup by configuring <filename>recovery.conf</>. The use of
7373
<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
7575
to become a standby again.
7676
</para>
7777

0 commit comments

Comments
 (0)