Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: b162023802401d7e1fef13361bf9c06e21cd847c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
 <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;
   &notation;
   &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:
-->