aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/tutorial.sgml
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-03-01 08:16:16 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-03-01 08:16:16 +0000
commitc8cfb0cea88fec22f5aa0582fe846b46baf77eb1 (patch)
treeeb009c5363c2d5d8f7d99e6264c2a282d4ad7e58 /doc/src/sgml/tutorial.sgml
parent878531f1ac8a288fdd04c7c41ac2f02d2506bcb7 (diff)
downloadpostgresql-c8cfb0cea88fec22f5aa0582fe846b46baf77eb1.tar.gz
postgresql-c8cfb0cea88fec22f5aa0582fe846b46baf77eb1.zip
SGML source for new documentation.
Diffstat (limited to 'doc/src/sgml/tutorial.sgml')
-rw-r--r--doc/src/sgml/tutorial.sgml94
1 files changed, 94 insertions, 0 deletions
diff --git a/doc/src/sgml/tutorial.sgml b/doc/src/sgml/tutorial.sgml
new file mode 100644
index 00000000000..6ff48eb750e
--- /dev/null
+++ b/doc/src/sgml/tutorial.sgml
@@ -0,0 +1,94 @@
+<!-- tutorial.sgml
+-
+- Postgres tutorial. Derived from postgres.sgml.
+- thomas 1998-02-23
+-
+- -->
+<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
+<!entity intro SYSTEM "intro.sgml">
+<!entity arch SYSTEM "arch.sgml">
+<!entity start SYSTEM "start.sgml">
+<!entity query SYSTEM "query.sgml">
+<!entity advanced SYSTEM "advanced.sgml">
+<!entity biblio SYSTEM "biblio.sgml">
+]>
+<Book>
+
+<!-- Title information -->
+
+<Title>PostgreSQL Tutorial</Title>
+<BookInfo>
+ <ReleaseInfo>Covering v6.3 for general release</ReleaseInfo>
+ <BookBiblio>
+ <AuthorGroup>
+ <CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
+ </AuthorGroup>
+<!-- editor in authorgroup is not supported
+ <AuthorGroup>
+-->
+ <Editor>
+ <FirstName>Thomas</FirstName>
+ <SurName>Lockhart</SurName>
+ <Affiliation>
+ <OrgName>Caltech/JPL</OrgName>
+ </Affiliation>
+ </Editor>
+<!--
+ </AuthorGroup>
+-->
+
+<!--
+ <AuthorInitials>TGL</AuthorInitials>
+-->
+
+ <Date>(last updated 1998-02-23)</Date>
+ </BookBiblio>
+
+<LegalNotice>
+<Para>
+<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 by the Postgres Global Development Group.
+</Para>
+</LegalNotice>
+
+</BookInfo>
+
+<!--
+<TOC> </TOC>
+<LOT> </LOT>
+-->
+
+<!--
+<Dedication>
+<Para>
+Your name here...
+</Para>
+</Dedication>
+-->
+
+<Preface>
+<Title>Summary</Title>
+
+<Para>
+<ProductName>Postgres</ProductName>,
+ 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.
+ <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
+ of this original Berkeley code.
+</Para>
+</Preface>
+
+&intro;
+&arch;
+&start;
+&query;
+&advanced;
+
+&biblio;
+
+<INDEX> </INDEX>
+
+</Book>
+