diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-08-31 18:33:37 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-08-31 18:33:37 -0400 |
commit | b235936a1d5f436d1427883ae89a308c6810e31b (patch) | |
tree | 26c6d458dcfe34ef4a07f939b150fe7c9229645b /doc/src/sgml/ref/create_table.sgml | |
parent | e4263c4a569ef0be28e7fc471280837147f82a63 (diff) |
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
Diffstat (limited to 'doc/src/sgml/ref/create_table.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index b9e178834b0..2b9848b6806 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -813,7 +813,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM one or more columns on which the uniqueness is not enforced. Note that although the constraint is not enforced on the included columns, it still depends on them. Consequently, some operations on these columns - (e.g. <literal>DROP COLUMN</literal>) can cause cascaded constraint and + (e.g., <literal>DROP COLUMN</literal>) can cause cascaded constraint and index deletion. </para> </listitem> @@ -859,7 +859,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM of columns to be specified which will be included in the non-key portion of the index. Although uniqueness is not enforced on the included columns, the constraint still depends on them. Consequently, some operations on the - included columns (e.g. <literal>DROP COLUMN</literal>) can cause cascaded + included columns (e.g., <literal>DROP COLUMN</literal>) can cause cascaded constraint and index deletion. </para> </listitem> |