mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
lisp.sgml is a placeholder for Eric Marsden's upcoming contribution. catalogs.sgml is not yet marked up or integrated. It should perhaps become an appendix.
148 lines
3.0 KiB
Plaintext
148 lines
3.0 KiB
Plaintext
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
|
|
|
<!entity about SYSTEM "about.sgml">
|
|
<!entity history SYSTEM "history.sgml">
|
|
<!entity info SYSTEM "info.sgml">
|
|
<!entity legal SYSTEM "legal.sgml">
|
|
<!entity notation SYSTEM "notation.sgml">
|
|
<!entity y2k SYSTEM "y2k.sgml">
|
|
|
|
<!entity advanced SYSTEM "advanced.sgml">
|
|
<!entity array SYSTEM "array.sgml">
|
|
<!entity biblio SYSTEM "biblio.sgml">
|
|
<!entity datatype SYSTEM "datatype.sgml">
|
|
<!entity datetime SYSTEM "datetime.sgml">
|
|
<!entity environ SYSTEM "environ.sgml">
|
|
<!entity func SYSTEM "func.sgml">
|
|
<!entity indices SYSTEM "indices.sgml">
|
|
<!entity inherit SYSTEM "inherit.sgml">
|
|
<!entity intro SYSTEM "intro.sgml">
|
|
<!entity manage SYSTEM "manage.sgml">
|
|
<!entity mvcc SYSTEM "mvcc.sgml">
|
|
<!entity oper SYSTEM "oper.sgml">
|
|
<!entity storage SYSTEM "storage.sgml">
|
|
<!entity syntax SYSTEM "syntax.sgml">
|
|
<!entity typeconv SYSTEM "typeconv.sgml">
|
|
|
|
<!-- reference pages -->
|
|
<!entity % allfiles SYSTEM "allfiles.sgml">
|
|
%allfiles;
|
|
]>
|
|
|
|
<Book Id="user">
|
|
|
|
<!-- Title information -->
|
|
|
|
<Title>PostgreSQL User's Guide</Title>
|
|
<BookInfo>
|
|
<ReleaseInfo>Covering v6.5 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 1999-06-01)</Date>
|
|
</BookBiblio>
|
|
|
|
<LegalNotice>
|
|
<Para>
|
|
<ProductName>PostgreSQL</ProductName> is Copyright © 1996-9
|
|
by the Postgres Global Development Group.
|
|
</Para>
|
|
</LegalNotice>
|
|
|
|
</BookInfo>
|
|
|
|
<!--
|
|
<TOC> </TOC>
|
|
<LOT> </LOT>
|
|
-->
|
|
|
|
<!--
|
|
<Dedication>
|
|
<Para>
|
|
Your name here...
|
|
</Para>
|
|
</Dedication>
|
|
-->
|
|
|
|
<preface id="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;
|
|
&syntax;
|
|
&datatype;
|
|
&oper;
|
|
&func;
|
|
&typeconv;
|
|
&indices;
|
|
&array;
|
|
&inherit;
|
|
&mvcc;
|
|
&environ;
|
|
&manage;
|
|
&storage;
|
|
&commands;
|
|
|
|
<!-- appendices -->
|
|
|
|
&datetime;
|
|
<!--
|
|
&contacts;
|
|
-->
|
|
|
|
&biblio;
|
|
|
|
<!--
|
|
<index Id="index">
|
|
</index>
|
|
-->
|
|
|
|
</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:
|
|
-->
|