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:
@@ -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
|
||||
|
Reference in New Issue
Block a user