mirror of https://github.com/postgres/postgres
parent
80dbae395d
commit
7c164dca0b
@ -1,37 +0,0 @@ |
||||
<sect1 id="about"> |
||||
<title>About This Release</title> |
||||
|
||||
<para> |
||||
<productname>PostgreSQL</productname> is available without cost. This manual |
||||
describes version &version; of <productname>PostgreSQL</productname>. |
||||
</para> |
||||
|
||||
<para> |
||||
We will use <productname>Postgres</productname> |
||||
to mean the version distributed as <productname>PostgreSQL</productname>. |
||||
</para> |
||||
|
||||
<para> |
||||
Check the Administrator's Guide for a list of currently supported machines. |
||||
In general, |
||||
<productname>Postgres</productname> is portable to any Unix/Posix-compatible system |
||||
with full libc library support. |
||||
</para> |
||||
</sect1> |
||||
|
||||
<!-- 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: |
||||
--> |
||||
@ -1,47 +0,0 @@ |
||||
<!-- |
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/intro-ag.sgml,v 1.5 2000/03/31 03:27:40 thomas Exp $ |
||||
--> |
||||
|
||||
<chapter id="intro-ag"> |
||||
<title>Introduction</title> |
||||
|
||||
<para> |
||||
This document is the Administrator's Manual for the |
||||
<ulink url="http://postgresql.org/"><productname>PostgreSQL</productname></ulink> |
||||
database management system, originally developed at the University |
||||
of California at Berkeley. |
||||
|
||||
<productname>PostgreSQL</productname> is based on |
||||
<ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/postgres.html"> |
||||
<productname>Postgres release 4.2</productname></ulink>. |
||||
The <productname>Postgres</productname> project, |
||||
led by Professor Michael Stonebraker, was sponsored by the |
||||
Defense Advanced Research Projects Agency (<acronym>DARPA</acronym>), the |
||||
Army Research Office (<acronym>ARO</acronym>), the National Science |
||||
Foundation (<acronym>NSF</acronym>), and ESL, Inc. |
||||
</para> |
||||
|
||||
&info; |
||||
¬ation; |
||||
&problems; |
||||
&y2k; |
||||
&legal; |
||||
|
||||
</chapter> |
||||
|
||||
<!-- 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: |
||||
--> |
||||
@ -1,67 +0,0 @@ |
||||
<!-- |
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/intro-pg.sgml,v 1.8 2000/03/31 03:27:40 thomas Exp $ |
||||
--> |
||||
|
||||
<chapter id="intro-pg"> |
||||
<title>Introduction</title> |
||||
|
||||
<para> |
||||
This document is the programmer's manual for the |
||||
<ulink url="http://postgresql.org/"><productname>PostgreSQL</productname></ulink> |
||||
database management system, originally developed at the University |
||||
of California at Berkeley. |
||||
|
||||
<productname>PostgreSQL</productname> is based on |
||||
<ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/postgres.html"> |
||||
<productname>Postgres release 4.2</productname></ulink>. |
||||
The <productname>Postgres</productname> project, |
||||
led by Professor Michael Stonebraker, has been sponsored by the |
||||
Defense Advanced Research Projects Agency (<acronym>DARPA</acronym>), the |
||||
Army Research Office (<acronym>ARO</acronym>), the National Science |
||||
Foundation (<acronym>NSF</acronym>), and ESL, Inc. |
||||
</para> |
||||
|
||||
<para> |
||||
The first part of this manual |
||||
explains the <productname>Postgres</productname> |
||||
approach to extensibility and describe how |
||||
users can extend <productname>Postgres</productname> |
||||
by adding user-defined types, |
||||
operators, aggregates, and both query language and programming |
||||
language functions. |
||||
After a discussion of the <productname>Postgres</productname> |
||||
rule system, we discuss |
||||
the trigger and SPI interfaces. |
||||
The manual concludes with a detailed description of |
||||
the programming interfaces and |
||||
support libraries for various languages. |
||||
</para> |
||||
|
||||
<para> |
||||
We assume proficiency with Unix and C programming. |
||||
</para> |
||||
|
||||
&info; |
||||
¬ation; |
||||
&problems; |
||||
&y2k; |
||||
&legal; |
||||
|
||||
</chapter> |
||||
|
||||
<!-- 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: |
||||
--> |
||||
Loading…
Reference in new issue