mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +03:00
136 lines
2.6 KiB
Plaintext
136 lines
2.6 KiB
Plaintext
<!-- reference.sgml
|
|
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.8 2000/05/02 20:01:52 thomas Exp $
|
|
|
|
Postgres User's Reference documentation.
|
|
- thomas 1998-08-31
|
|
-->
|
|
|
|
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
|
<!entity intro SYSTEM "intro.sgml">
|
|
|
|
<!entity % allfiles SYSTEM "ref/allfiles.sgml">
|
|
%allfiles;
|
|
|
|
<!entity biblio SYSTEM "biblio.sgml">
|
|
<!entity contacts SYSTEM "contacts.sgml">
|
|
]>
|
|
|
|
<book id="reference">
|
|
|
|
<!-- Title information -->
|
|
|
|
<title>PostgreSQL Reference Manual</title>
|
|
<bookinfo>
|
|
<releaseinfo>Covering v6.5 for general release</releaseinfo>
|
|
<bookbiblio>
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Jose</firstname>
|
|
<surname>Soares Da Silva</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Oliver</firstname>
|
|
<surname>Elphick</surname>
|
|
</author>
|
|
</authorgroup>
|
|
<!--
|
|
<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>
|
|
-->
|
|
<editor>
|
|
<firstname>Oliver</firstname>
|
|
<surname>Elphick</surname>
|
|
</editor>
|
|
<!--
|
|
</AuthorGroup>
|
|
-->
|
|
|
|
<date>(last updated 2000-05-01)</date>
|
|
</bookbiblio>
|
|
|
|
<legalnotice>
|
|
<para>
|
|
<productname>PostgreSQL</productname> is © 1998-2000
|
|
by PostgreSQL Inc.
|
|
</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-ref;
|
|
-->
|
|
|
|
&commands;
|
|
|
|
<!--
|
|
&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:
|
|
-->
|