tutorial.sgml 1.57 KB
Newer Older
1
<!--
2
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/tutorial.sgml,v 1.11 2000/11/24 17:44:22 petere Exp $
3 4
-->

5
<book id="tutorial">
6

7
 <title><![%single-book;[PostgreSQL &version;]]> Tutorial</title>
8
 <bookinfo>
9
  <corpauthor>The PostgreSQL Global Development Group</corpauthor>
10

11 12 13 14 15 16 17
  <editor>
   <firstname>Thomas</firstname>
   <surname>Lockhart</surname>
   <affiliation>
    <orgname>Caltech/JPL</orgname>
   </affiliation>
  </editor>
18

19 20 21 22 23 24
  <legalnotice>
   <para>
    <productname>PostgreSQL</productname> is Copyright &copy; 1996-2000
    by PostgreSQL Inc.
   </para>
  </legalnotice>
25

26
 </bookinfo>
27

28
 <preface id="tutorial-preface">
29
  <title>Summary</title>
30

31 32
  <para>
   <productname>Postgres</productname>, 
33 34 35 36 37
   developed originally in the UC Berkeley Computer Science Department,
   pioneered many of the object-relational concepts
   now becoming available in some commercial databases.
   It provides SQL92/SQL3 language support,
   transaction integrity, and type extensibility.
38
   <productname>PostgreSQL</productname> is an open-source descendant
39
   of this original Berkeley code.
40 41
  </para>
 </preface>
42

43
<![%single-book;[
44
  &intro;
45
]]>
46
  &sql;
47 48 49 50
  &arch;
  &start;
  &query;
  &advanced;
51
<![%single-book;[
52
  &biblio;
53
]]>
54

55
</book>
56

57 58
<!-- Keep this comment at the end of the file
Local variables:
59
mode:sgml
60 61 62 63 64 65 66 67 68
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
69
sgml-local-catalogs:("/usr/lib/sgml/catalog")
70 71 72
sgml-local-ecat-files:nil
End:
-->