Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
September 26, 2024:
PostgreSQL 17 Released!
Documentation
→
PostgreSQL 9.3
Supported Versions:
Current
(
17
) /
16
/
15
/
14
/
13
/
12
Development Versions:
devel
Unsupported versions:
11
/
10
/
9.6
/
9.5
/
9.4
/
9.3
/
9.2
/
9.1
/
9.0
/
8.4
/
8.3
/
8.2
/
8.1
/
8.0
/
7.4
/
7.3
/
7.2
/
7.1
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
PostgreSQL 9.3.25 Documentation
Prev
Up
Next
Chapter 49. PostgreSQL Coding Conventions
Table of Contents
49.1.
Formatting
49.2.
Reporting Errors Within the Server
49.3.
Error Message Style Guide
49.3.1.
What Goes Where
49.3.2.
Formatting
49.3.3.
Quotation Marks
49.3.4.
Use of Quotes
49.3.5.
Grammar and Punctuation
49.3.6.
Upper Case vs. Lower Case
49.3.7.
Avoid Passive Voice
49.3.8.
Present vs. Past Tense
49.3.9.
Type of the Object
49.3.10.
Brackets
49.3.11.
Assembling Error Messages
49.3.12.
Reasons for Errors
49.3.13.
Function Names
49.3.14.
Tricky Words to Avoid
49.3.15.
Proper Spelling
49.3.16.
Localization
Prev
Home
Next
Summary of Changes since Protocol 2.0
Up
Formatting