aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_procedure.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-08-31 18:33:37 -0400
committerBruce Momjian <bruce@momjian.us>2020-08-31 18:33:37 -0400
commitb235936a1d5f436d1427883ae89a308c6810e31b (patch)
tree26c6d458dcfe34ef4a07f939b150fe7c9229645b /doc/src/sgml/ref/create_procedure.sgml
parente4263c4a569ef0be28e7fc471280837147f82a63 (diff)
downloadpostgresql-b235936a1d5f436d1427883ae89a308c6810e31b.tar.gz
postgresql-b235936a1d5f436d1427883ae89a308c6810e31b.zip
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_procedure.sgml')
-rw-r--r--doc/src/sgml/ref/create_procedure.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_procedure.sgml b/doc/src/sgml/ref/create_procedure.sgml
index 0ea6513cb58..d225695626c 100644
--- a/doc/src/sgml/ref/create_procedure.sgml
+++ b/doc/src/sgml/ref/create_procedure.sgml
@@ -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>