mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +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:
@@ -189,7 +189,7 @@ SELECT (a + b) AS c FROM test_complex;
|
||||
|
||||
<para>
|
||||
Unlike commutators, a pair of unary operators could validly be marked
|
||||
as each others' negators; that would mean (A x) equals NOT (B x)
|
||||
as each other's negators; that would mean (A x) equals NOT (B x)
|
||||
for all x, or the equivalent for right unary operators.
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user