mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Fix typos and grammar in docs and comments
This fixes several areas of the documentation and some comments in matters of style, grammar, or even format. Author: Justin Pryzby Discussion: https://postgr.es/m/20201222041153.GK30237@telsasoft.com
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user