mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
doc: add commas after 'i.e.' and 'e.g.'
This follows the American format, https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention of requiring this format for future text, but making existing text consistent every few years makes sense. Discussion: https://postgr.es/m/20200825183619.GA22369@momjian.us Backpatch-through: 9.5
This commit is contained in:
@@ -1256,7 +1256,7 @@ GROUPING SETS (
|
||||
( )
|
||||
)
|
||||
</programlisting>
|
||||
This is commonly used for analysis over hierarchical data; e.g. total
|
||||
This is commonly used for analysis over hierarchical data; e.g., total
|
||||
salary by department, division, and company-wide total.
|
||||
</para>
|
||||
|
||||
@@ -1265,7 +1265,7 @@ GROUPING SETS (
|
||||
<programlisting>
|
||||
CUBE ( <replaceable>e1</replaceable>, <replaceable>e2</replaceable>, ... )
|
||||
</programlisting>
|
||||
represents the given list and all of its possible subsets (i.e. the power
|
||||
represents the given list and all of its possible subsets (i.e., the power
|
||||
set). Thus
|
||||
<programlisting>
|
||||
CUBE ( a, b, c )
|
||||
|
Reference in New Issue
Block a user