mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
95 lines
1.9 KiB
Plaintext
95 lines
1.9 KiB
Plaintext
<!-- 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 Id="tutorial">
|
|
|
|
<!-- 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>
|
|
|