intro-pg.sgml
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:2k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1.  <chapter id="intro-pg">
  2.   <title>Introduction</title>
  3.   <para>
  4.    This document is the programmer's  manual  for  the  
  5.    <ulink url="http://postgresql.org/"><productname>PostgreSQL</productname></ulink>
  6.    database  management system, originally developed at the University
  7.    of California at Berkeley.
  8.    <productname>PostgreSQL</productname>  is  based  on
  9.    <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/postgres.html">
  10.     <productname>Postgres release 4.2</productname></ulink>. 
  11.    The <productname>Postgres</productname> project, 
  12.    led by Professor Michael Stonebraker, has been sponsored  by  the
  13.    Defense  Advanced Research Projects Agency (<acronym>DARPA</acronym>), the
  14.    Army Research Office (<acronym>ARO</acronym>), the National Science  
  15.    Foundation (<acronym>NSF</acronym>), and ESL, Inc.
  16.   </para>
  17.   <para>
  18.    The first part of this manual 
  19.    explains  the <productname>Postgres</productname>  
  20.    approach  to  extensibility  and describe how
  21.    users can extend <productname>Postgres</productname> 
  22.    by adding user-defined types,
  23.    operators, aggregates, and both query language and programming 
  24.    language functions.
  25.    After a discussion  of  the <productname>Postgres</productname> 
  26.    rule system, we discuss
  27.    the trigger and SPI interfaces.
  28.    The manual concludes with a detailed description of 
  29.    the programming interfaces and
  30.    support libraries for various languages.
  31.   </para>
  32.   <para>
  33.    We assume proficiency with UNIX and C programming.
  34.   </para>
  35.    &info;
  36.    &notation;
  37.    &y2k;
  38.    &legal;
  39.  </chapter>
  40. <!-- Keep this comment at the end of the file
  41. Local variables:
  42. mode: sgml
  43. sgml-omittag:nil
  44. sgml-shorttag:t
  45. sgml-minimize-attributes:nil
  46. sgml-always-quote-attributes:t
  47. sgml-indent-step:1
  48. sgml-indent-data:t
  49. sgml-parent-document:nil
  50. sgml-default-dtd-file:"./reference.ced"
  51. sgml-exposed-tags:nil
  52. sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
  53. sgml-local-ecat-files:nil
  54. End:
  55. -->