diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-12-29 18:18:59 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-12-29 18:18:59 +0900 |
commit | 5253906fac5a2f3669f7867bcb5507f6f0ea891c (patch) | |
tree | 228c03a62bae3a8fbdefcadf04a888c53fc04eeb /doc/src/sgml/sources.sgml | |
parent | d05e14d786acacfdf0bd7f3202c543fffaf832ca (diff) | |
download | postgresql-5253906fac5a2f3669f7867bcb5507f6f0ea891c.tar.gz postgresql-5253906fac5a2f3669f7867bcb5507f6f0ea891c.zip |
doc: Improve some grammar and sentences
90fbf7c has taken care of that for HEAD. This includes the portion of
the fixes that applies to the documentation, where needed depending on
the branch.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20201227202604.GC26311@telsasoft.com
Backpatch-through: 9.5
Diffstat (limited to 'doc/src/sgml/sources.sgml')
-rw-r--r-- | doc/src/sgml/sources.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 38a516080c1..62cf2fded40 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -103,7 +103,7 @@ less -x4 message text. In addition there are optional elements, the most common of which is an error identifier code that follows the SQL spec's SQLSTATE conventions. - <function>ereport</function> itself is just a shell macro, that exists + <function>ereport</function> itself is just a shell macro that exists mainly for the syntactic convenience of making message generation look like a single function call in the C source code. The only parameter accepted directly by <function>ereport</function> is the severity level. |