File: tutorial-start.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 (67 lines) | stat: -rw-r--r-- 3,811 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter1.Getting Started</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="tutorial.html" title="PartI.Tutorial">
<link rel="prev" href="tutorial.html" title="PartI.Tutorial">
<link rel="next" href="tutorial-arch.html" title="1.2.Architectural Fundamentals">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en" id="tutorial-start">
<div class="titlepage"><div><div><h2 class="title">
<a name="tutorial-start"></a>Chapter1.Getting Started</h2></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="sect1"><a href="tutorial-start.html#tutorial-install">1.1. Installation</a></span></dt>
<dt><span class="sect1"><a href="tutorial-arch.html">1.2. Architectural Fundamentals</a></span></dt>
<dt><span class="sect1"><a href="tutorial-createdb.html">1.3. Creating a Database</a></span></dt>
<dt><span class="sect1"><a href="tutorial-accessdb.html">1.4. Accessing a Database</a></span></dt>
</dl>
</div>
<div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="tutorial-install"></a>1.1.Installation</h2></div></div></div>
<p>    Before you can use <span class="productname">PostgreSQL</span> you need
    to install it, of course.  It is possible that
    <span class="productname">PostgreSQL</span> is already installed at your
    site, either because it was included in your operating system
    distribution or because the system administrator already installed
    it.  If that is the case, you should obtain information from the
    operating system documentation or your system administrator about
    how to access <span class="productname">PostgreSQL</span>.
   </p>
<p>    If you are not sure whether <span class="productname">PostgreSQL</span>
    is already available or whether you can use it for your
    experimentation then you can install it yourself.  Doing so is not
    hard and it can be a good exercise.
    <span class="productname">PostgreSQL</span> can be installed by any
    unprivileged user; no superuser (<span class="systemitem">root</span>)
    access is required.
   </p>
<p>    If you are installing <span class="productname">PostgreSQL</span>
    yourself, then refer to <a href="installation.html" title="Chapter14.  Installation Instructions">Chapter14, <i>  Installation Instructions</i></a>
    for instructions on installation, and return to
    this guide when the installation is complete.  Be sure to follow
    closely the section about setting up the appropriate environment
    variables.
   </p>
<p>    If your site administrator has not set things up in the default
    way, you may have some more work to do.  For example, if the
    database server machine is a remote machine, you will need to set
    the <code class="envar">PGHOST</code> environment variable to the name of the
    database server machine.  The environment variable
    <code class="envar">PGPORT</code> may also have to be set.  The bottom line is
    this: if you try to start an application program and it complains
    that it cannot connect to the database, you should consult your
    site administrator or, if that is you, the documentation to make
    sure that your environment is properly set up.  If you did not
    understand the preceding paragraph then read the next section.
   </p>
</div>
</div></body>
</html>