1 <!-- doc/src/sgml/notation.sgml -->
4 <title>Conventions
</title>
7 The following conventions are used in the synopsis of a command:
8 brackets (
<literal>[
</literal> and
<literal>]
</literal>) indicate
10 (
<literal>{
</literal> and
<literal>}
</literal>) and vertical lines
11 (
<literal>|
</literal>) indicate that you must choose one
12 alternative. Dots (
<literal>...
</literal>) mean that the preceding element
13 can be repeated. All other symbols, including parentheses, should be
18 Where it enhances the clarity, SQL commands are preceded by the
19 prompt
<literal>=
></literal>, and shell commands are preceded by the
20 prompt
<literal>$
</literal>. Normally, prompts are not shown, though.
24 An
<firstterm>administrator
</firstterm> is generally a person who is
25 in charge of installing and running the server. A
<firstterm>user
</firstterm>
26 could be anyone who is using, or wants to use, any part of the
27 <productname>PostgreSQL
</productname> system. These terms should not
28 be interpreted too narrowly; this book does not have fixed
29 presumptions about system administration procedures.