You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Update HINT messages to conform to new standard detailed in CODING.md.
This commit is contained in:
committed by
David Steele
parent
c5f496b903
commit
56bf9d0566
@@ -123,6 +123,12 @@ if (condition)
|
||||
}
|
||||
```
|
||||
|
||||
#### Hints, Warnings, and Errors
|
||||
|
||||
Hints are to be formatted with capitalized `HINT:` followed by a space and a sentence. The sentence shall only begin with a capital letter if the first word is an acronym (e.g. TLS) or a proper name (e.g. PostgreSQL). The sentence must end with a period, question mark or exclamation point as appropriate.
|
||||
|
||||
Warning and errors shall be lowercase with the exceptions for proper names and acronyms and end without punctuation.
|
||||
|
||||
## Language Elements
|
||||
|
||||
### Data Types
|
||||
|
||||
Reference in New Issue
Block a user