Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: e95735e11e1d9e4cb0deaff5cd046fddf80c44a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.19 2001/11/23 22:06:20 tgl Exp $
-->

<sect1 id="notation">
 <title>Terminology and Notation</title>

 <para>
  The terms <quote>PostgreSQL</quote> and <quote>Postgres</quote> will be
  used interchangeably to refer to the software that accompanies this
  documentation.
 </para>

 <para>
  An <firstterm>administrator</firstterm> is generally a person who is
  in charge of installing and running the server.  A <firstterm>user</firstterm>
  could be anyone who is using, or wants to use, any part of the
  <productname>PostgreSQL</productname> system.  These terms should not
  be interpreted too narrowly; this documentation set does not have fixed
  presumptions about system administration procedures.
 </para>

 <para>
  We use <filename>/usr/local/pgsql/</filename> as the root
  directory of the installation and <filename>/usr/local/pgsql/data</filename>
  as the directory with the database files.  These directories may vary
  on your site, details can be derived in the <citetitle>Administrator's Guide</citetitle>.
 </para>

 <para>
  In a command synopsis, brackets
  (<literal>[</literal> and <literal>]</literal>) indicate an optional phrase or keyword.
  Anything in braces
  (<literal>{</literal> and <literal>}</literal>) and containing vertical bars
  (<literal>|</literal>)
  indicates that you must choose one alternative.
 </para>

 <para>
  Examples will show commands executed from various accounts and programs.
  Commands executed from a Unix shell may be preceded with a dollar sign
  (<quote><literal>$</literal></quote>).  Commands executed from particular user
  accounts such as <systemitem>root</> or <systemitem>postgres</> are specially flagged and explained.
  <acronym>SQL</acronym> commands may be preceded with
  <quote><literal>=&gt;</literal></quote>
  or will have no leading prompt, depending on the context.
 </para>

 <note>
  <para>
   The notation for
   flagging commands is not universally consistent throughout the
   documentation set.
   Please report problems to the documentation mailing list
   <email>pgsql-docs@postgresql.org</email>.
  </para>
 </note>

</sect1>

<!-- Keep this comment at the end of the file
Local variables:
mode:sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"./reference.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:("/usr/lib/sgml/catalog")
sgml-local-ecat-files:nil
End:
-->