File: notation.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (50 lines) | stat: -rw-r--r-- 2,984 bytes parent folder | download
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>1.3.Conventions</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
<link rel="up" href="preface.html" title="Preface">
<link rel="prev" href="history.html" title="1.2.A Brief History of PostgreSQL">
<link rel="next" href="resources.html" title="1.4.Further Information">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="notation"></a>1.3.Conventions</h2></div></div></div>
<p>  This book uses the following typographical conventions to mark
  certain portions of text: new terms, foreign phrases, and other
  important passages are emphasized in <span class="emphasis"><em>italics</em></span>.
  Everything that represents input or output of the computer, in
  particular commands, program code, and screen output, is shown in a
  monospaced font (<code class="literal">example</code>).  Within such
  passages, italics (<em class="replaceable"><code>example</code></em>) indicate
  placeholders; you must insert an actual value instead of the placeholder.
  On occasion, parts of program code are emphasized in bold face
  (<span class="bold"><strong><code class="literal">example</code></strong></span>), if they have been
  added or changed since the preceding example.
 </p>
<p>  The following conventions are used in the synopsis of a command:
  brackets (<code class="literal">[</code> and <code class="literal">]</code>) indicate
  optional parts.  (In the synopsis of a Tcl command, question marks
  (<code class="literal">?</code>) are used instead, as is usual in Tcl.)  Braces
  (<code class="literal">{</code> and <code class="literal">}</code>) and vertical lines
  (<code class="literal">|</code>) indicate that you must choose one
  alternative.  Dots (<code class="literal">...</code>) mean that the preceding element
  can be repeated.
 </p>
<p>  Where it enhances the clarity, SQL commands are preceded by the
  prompt <code class="literal">=&gt;</code>, and shell commands are preceded by the
  prompt <code class="literal">$</code>.  Normally, prompts are not shown, though.
 </p>
<p>  An <em class="firstterm">administrator</em> is generally a person who is
  in charge of installing and running the server.  A <em class="firstterm">user</em>
  could be anyone who is using, or wants to use, any part of the
  <span class="productname">PostgreSQL</span> system.  These terms should not
  be interpreted too narrowly; this book does not have fixed
  presumptions about system administration procedures.
 </p>
</div></body>
</html>