mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +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:
@@ -164,7 +164,7 @@ CREATE [ OR REPLACE ] PROCEDURE
|
||||
The name of the language that the procedure is implemented in.
|
||||
It can be <literal>sql</literal>, <literal>c</literal>,
|
||||
<literal>internal</literal>, or the name of a user-defined
|
||||
procedural language, e.g. <literal>plpgsql</literal>. Enclosing the
|
||||
procedural language, e.g., <literal>plpgsql</literal>. Enclosing the
|
||||
name in single quotes is deprecated and requires matching case.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user