summaryrefslogtreecommitdiff
path: root/doc/src/sgml/tutorial.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-03-25 16:15:44 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-03-25 16:15:44 +0000
commit5e5c5cd31af02ec7e0d22951d095de6a0d35215c (patch)
treebb45b753c74d3e280dee309591ca8462fdcc52f3 /doc/src/sgml/tutorial.sgml
parent685a4934d26eb89be89e5b624fa78fbeb3d0bb09 (diff)
Merge documentation into one book. (Build with "make html".) Replace
vague cross-references with real links.
Diffstat (limited to 'doc/src/sgml/tutorial.sgml')
-rw-r--r--doc/src/sgml/tutorial.sgml80
1 files changed, 0 insertions, 80 deletions
diff --git a/doc/src/sgml/tutorial.sgml b/doc/src/sgml/tutorial.sgml
deleted file mode 100644
index 7e2b87c28ce..00000000000
--- a/doc/src/sgml/tutorial.sgml
+++ /dev/null
@@ -1,80 +0,0 @@
-<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/tutorial.sgml,v 1.18 2002/11/15 03:11:17 momjian 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
- <productname>PostgreSQL</productname> 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:
--->