Conventions Used in This Book
- Italic
Used for filenames, directory names, string-bound constants, and URLs. It is also used for emphasis, and for the first use of a technical term.
Constant widthUsed for keywords, identifiers (such as tables and columns), data types, examples, and to show the contents of files, and the output of commands.
Constant width italicUsed in syntax descriptions to indicated user-defined items.
Constant width boldIndicates user input within examples.
UPPERCASEUsed within syntax descriptions, uppercase usually indicates keywords.
lowercaseUsed within syntax descriptions, lowercase usually indicates user-defined items, such as variables and identifiers.
[ ]Used within syntax descriptions, square brackets enclose optional items, which are separated from one another by pipes (
|).{ }Used within syntax descriptions, curly brackets enclose a set of items from which you must choose one.
...Used within syntax descriptions, ellipses indicate repeating information. Used within examples, ellipses indicate that a section of unimportant information was removed from the example output to improve readability and conserve space.
Note
The owl icon indicates a tip, suggestion, or general note. For example, we’ll let you know that PostgreSQL supports the use of all ISO standard time zone abbreviations in the section on time zones.
Note
The turkey icon indicates a warning or caution. For ...