1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

doc: Various typo/grammar fixes

Errors detected using Topy (https://github.com/intgr/topy), all
changes verified by hand and some manual tweaks added.

Marti Raudsepp

Individual changes backpatched, where applicable, as far as 9.0.
This commit is contained in:
Kevin Grittner
2014-08-30 10:52:36 -05:00
parent d5d7d07765
commit 05258761bf
18 changed files with 23 additions and 23 deletions

View File

@@ -2098,7 +2098,7 @@ DELETE FROM parts
statements in <literal>WITH</>, the order in which the specified updates
actually happen is unpredictable. All the statements are executed with
the same <firstterm>snapshot</> (see <xref linkend="mvcc">), so they
cannot <quote>see</> each others' effects on the target tables. This
cannot <quote>see</> one another's effects on the target tables. This
alleviates the effects of the unpredictability of the actual order of row
updates, and means that <literal>RETURNING</> data is the only way to
communicate changes between different <literal>WITH</> sub-statements and