aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/tutorial.sgml
blob: 55d340362e286501514c5c4310cfd9f1bfc07260 (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
77
78
79
80
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/tutorial.sgml,v 1.17 2002/10/24 17:48:54 petere Exp $
-->

<book id="tutorial">

 <title>PostgreSQL &version; Tutorial</title>
 <bookinfo>
  <corpauthor>The PostgreSQL Global Development Group</corpauthor>
  &legal;
 </bookinfo>

 <preface id="tutorial-preface">
  <title>Preface</title>

<![%single-book;[
  &intro;
  &history;
]]>

  <sect1 id="tutorial-preface-thisbook">
   <title>What's In This Book</title>

   <para>
    Welcome to <productname>PostgreSQL</productname> and the
    <citetitle>PostgreSQL Tutorial</citetitle>.  The following few
    chapters are intended to give a simple introduction to
    <productname>PostgreSQL</productname>, relational database
    concepts, and the SQL language to those who are new to any one of
    these aspects.  We only assume some general knowledge about how to
    use computers.  No particular Unix or programming experience is
    required.  This book is mainly intended to give you a hands-on
    experience with important aspects of the PostgreSQL system.  It
    makes no attempt to be a complete or thorough treatment of the
    topics it covers.
   </para>

   <para>
    After you have worked through this tutorial you might want to move
    on to reading the &cite-user; to gain a more formal knowledge of
    the SQL language, or the &cite-programmer; for information about
    developing applications for <productname>PostgreSQL</productname>.
    Those who set up and manage their own server should also read the
    &cite-admin;.
   </para>
  </sect1>

<![%single-book;[
  &info;
  &notation;
  &problems;
]]>
 </preface>

  &start;
  &query;
  &advanced;
<![%single-book;[
  &biblio;
  &bookindex;
]]>

</book>

<!-- 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:
-->