Remove old RULE privilege completely.
[pgsql.git] / doc / src / sgml / notation.sgml
blobc3798d5f1bed9f59806a24c45e9a522a7f9d46d8
1 <!-- doc/src/sgml/notation.sgml -->
3 <sect1 id="notation">
4 <title>Conventions</title>
6 <para>
7 The following conventions are used in the synopsis of a command:
8 brackets (<literal>[</literal> and <literal>]</literal>) indicate
9 optional parts. Braces
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
14 taken literally.
15 </para>
17 <para>
18 Where it enhances the clarity, SQL commands are preceded by the
19 prompt <literal>=&gt;</literal>, and shell commands are preceded by the
20 prompt <literal>$</literal>. Normally, prompts are not shown, though.
21 </para>
23 <para>
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.
30 </para>
31 </sect1>