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

数据库系统

开发平台:

Unix_Linux

  1. <!--
  2. $Header: /usr/local/cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.28 1999/06/23 06:15:12 thomas Exp $
  3. Postgres integrated documentation.
  4. Other subset docs should be copied and shrunk from here.
  5. thomas 1998-02-23
  6. $Log: postgres.sgml,v $
  7. Revision 1.28  1999/06/23 06:15:12  thomas
  8. Add backup/restore info to Admin Guide.
  9. Split management chapter from start-ag.sgml to manage-ag.sgml.
  10. Revision 1.27  1999/06/03 04:21:49  thomas
  11. Markup changes for v6.5 release.
  12. Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
  13. Revision 1.26  1999/06/01 17:26:18  thomas
  14. Make sure that only one intro is included in the integrated doc.
  15. Multiple intros cause trouble since they have some section elements
  16.  (e.g. "y2k.sgml") in common leading to duplicate labels.
  17. Include emacs formatting hints in the intro*.sgml sources.
  18. Revision 1.25  1999/05/27 15:49:08  thomas
  19. Markup fixes.
  20. Update for v6.5 release.
  21. Revision 1.24  1999/05/26 17:30:29  thomas
  22. Add chapters on CVS access, MVCC, SQL theory to the docs.
  23. Add an appendix with more details on date/time attributes and handling.
  24. Update most references to Postgres version numbers to 6.5,
  25.  *except* for the porting list which will require a report
  26.  from a successful installation to be updated.
  27. Revision 1.23  1999/05/22 02:27:24  thomas
  28. Finish initial markup of cvs.sgml, and include it in the programmer's guide
  29.  and the integrated doc. Clean up other markup.
  30. Revision 1.22  1999/05/20 05:39:27  thomas
  31. Rearrange and consolidate the Admin Guide.
  32. Add reference pages for utilities and remove standalone chapters for same.
  33. Add material for an appendix on date/time properties, but not yet
  34.  integrated with the User's Guide.
  35. Break up the former chapter on pg_options
  36.  into Admin and Programmer's Guides.
  37. Revision 1.21  1999/05/04 02:19:20  thomas
  38. Include chapters on security and an intro to SQL.
  39. Revision 1.20  1999/04/06 15:41:13  thomas
  40. Fix markup to include all closing tags.
  41. Required by newest versions of DocBook and style sheets.
  42. Revision 1.19  1999/03/30 15:23:03  thomas
  43. Include libpq+.sgml in the doc set.
  44. Had been omitted from the integrated doc for no good reason.
  45. Revision 1.18  1999/02/13 03:52:46  thomas
  46. Include chapter on SQL language elements (keywords, etc).
  47. Should merge with or complement Stefan's Master's Thesis intro to SQL.
  48. Revision 1.17  1999/01/19 16:06:25  thomas
  49. Merge current.sgml into release.sgml so all release notes are in the same
  50.  file. Per Bruce's preference. Go to it Bruce!
  51. No info yet for v6.4.2 or upcoming releases.
  52. Revision 1.16  1999/01/07 02:59:45  thomas
  53. Include installation instructions for WIN32 client-side libraries.
  54. From Magnus Hagander <mha@sollentuna.net>.
  55. Revision 1.15  1998/12/18 16:23:34  thomas
  56. Fix typos in rules.sgml.
  57. Add Emacs configuration block to postgres.sgml.
  58. Revision 1.14  1998/10/31 09:36:34  thomas
  59. Cleanup for v6.4 release.
  60. Make new file current.sgml to hold release info for the current release.
  61.  Should be moved to release.sgml before filling with next release info.
  62. Revision 1.13  1998/10/30 19:37:09  thomas
  63. Minor editing and markup changes as a result of preparing the Postscript
  64.  documentation for v6.4.
  65. Bigger updates to the installation instructions (install and config).
  66. Revision 1.12  1998/10/27 06:14:01  thomas
  67. Include configuration chapter with new info on configure and make.
  68. Revision 1.11  1998/10/25 00:24:31  thomas
  69. Add Y2K statement for intros.
  70. Make sure notation section is included in most intros.
  71. Revision 1.7-1.10  1998/10/21 05:31:52  thomas
  72. Include new information from Massimo. Rearrange ODBC docs.
  73. Add information for operator precedence.
  74. Split introduction sections into separate files to allow the legal notice
  75.  and notation sections appear in all documents without having the history
  76.  show up everplace too.
  77. Add full list of reserved and non-reserved key words in syntax.sgml.
  78. Add a separate chapter to the admin guide on security.
  79. Move SQL reference pages up into the User's Guide.
  80. -->
  81. <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
  82. <!entity about    SYSTEM "about.sgml">
  83. <!entity history  SYSTEM "history.sgml">
  84. <!entity info     SYSTEM "info.sgml">
  85. <!entity legal    SYSTEM "legal.sgml">
  86. <!entity notation SYSTEM "notation.sgml">
  87. <!entity y2k      SYSTEM "y2k.sgml">
  88. <!-- tutorial -->
  89. <!entity arch     SYSTEM "arch.sgml">
  90. <!entity intro    SYSTEM "intro.sgml">
  91. <!entity query    SYSTEM "query.sgml">
  92. <!entity sql      SYSTEM "sql.sgml">
  93. <!entity start    SYSTEM "start.sgml">
  94. <!-- user's guide -->
  95. <!entity advanced SYSTEM "advanced.sgml">
  96. <!entity array    SYSTEM "array.sgml">
  97. <!entity datatype SYSTEM "datatype.sgml">
  98. <!entity datetime SYSTEM "datetime.sgml">
  99. <!entity environ  SYSTEM "environ.sgml">
  100. <!entity func     SYSTEM "func.sgml">
  101. <!entity inherit  SYSTEM "inherit.sgml">
  102. <!entity keys     SYSTEM "keys.sgml">
  103. <!entity manage   SYSTEM "manage.sgml">
  104. <!entity mvcc     SYSTEM "mvcc.sgml">
  105. <!entity oper     SYSTEM "oper.sgml">
  106. <!entity pgaccess SYSTEM "pgaccess.sgml">
  107. <!entity psql     SYSTEM "psql.sgml">
  108. <!entity query-ug SYSTEM "query-ug.sgml">
  109. <!entity storage  SYSTEM "storage.sgml">
  110. <!entity syntax   SYSTEM "syntax.sgml">
  111. <!entity typeconv SYSTEM "typeconv.sgml">
  112. <!-- reference pages -->
  113. <!entity % allfiles SYSTEM "ref/allfiles.sgml">
  114. %allfiles;
  115. <!-- administrator's guide -->
  116. <!entity config    SYSTEM "config.sgml">
  117. <!entity intro-ag  SYSTEM "intro-ag.sgml">
  118. <!entity install   SYSTEM "install.sgml">
  119. <!entity installw  SYSTEM "install-win32.sgml">
  120. <!entity layout    SYSTEM "layout.sgml">
  121. <!entity manage-ag SYSTEM "manage-ag.sgml">
  122. <!entity ports     SYSTEM "ports.sgml">
  123. <!entity recovery  SYSTEM "recovery.sgml">
  124. <!entity regress   SYSTEM "regress.sgml">
  125. <!entity release   SYSTEM "release.sgml">
  126. <!entity runtime   SYSTEM "runtime.sgml">
  127. <!entity security  SYSTEM "security.sgml">
  128. <!entity start-ag  SYSTEM "start-ag.sgml">
  129. <!entity trouble   SYSTEM "trouble.sgml">
  130. <!-- programmer's guide -->
  131. <!entity intro-pg SYSTEM "intro-pg.sgml">
  132. <!entity arch-pg  SYSTEM "arch-pg.sgml">
  133. <!entity extend   SYSTEM "extend.sgml">
  134. <!entity rules    SYSTEM "rules.sgml">
  135. <!entity xfunc    SYSTEM "xfunc.sgml">
  136. <!entity xtypes   SYSTEM "xtypes.sgml">
  137. <!entity xoper    SYSTEM "xoper.sgml">
  138. <!entity xaggr    SYSTEM "xaggr.sgml">
  139. <!entity xindex   SYSTEM "xindex.sgml">
  140. <!entity gist     SYSTEM "gist.sgml">
  141. <!entity dfunc    SYSTEM "dfunc.sgml">
  142. <!entity lobj     SYSTEM "lobj.sgml">
  143. <!entity trigger  SYSTEM "trigger.sgml">
  144. <!entity spi      SYSTEM "spi.sgml">
  145. <!entity func-ref SYSTEM "func-ref.sgml">
  146. <!entity libpq    SYSTEM "libpq.sgml">
  147. <!entity libpqpp  SYSTEM "libpq++.sgml">
  148. <!entity libpgtcl SYSTEM "libpgtcl.sgml">
  149. <!entity ecpg     SYSTEM "ecpg.sgml">
  150. <!entity odbc     SYSTEM "odbc.sgml">
  151. <!entity jdbc     SYSTEM "jdbc.sgml">
  152. <!entity xplang   SYSTEM "xplang.sgml">
  153. <!-- developer's guide -->
  154. <!entity arch-dev SYSTEM "arch-dev.sgml">
  155. <!entity biblio   SYSTEM "biblio.sgml">
  156. <!entity bki      SYSTEM "bki.sgml">
  157. <!entity compiler SYSTEM "compiler.sgml">
  158. <!entity contacts SYSTEM "contacts.sgml">
  159. <!entity cvs      SYSTEM "cvs.sgml">
  160. <!entity docguide SYSTEM "docguide.sgml">
  161. <!entity geqo     SYSTEM "geqo.sgml">
  162. <!entity options  SYSTEM "pg_options.sgml">
  163. <!entity page     SYSTEM "page.sgml">
  164. <!entity protocol SYSTEM "protocol.sgml">
  165. <!entity signals  SYSTEM "signals.sgml">
  166. ]>
  167. <!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
  168. <Book Id="postgres">
  169.  <!-- Title information -->
  170.  <Title>PostgreSQL</Title>
  171.  <BookInfo>
  172.   <ReleaseInfo>Covering v6.5 for general release</ReleaseInfo>
  173.   <BookBiblio>
  174.    <AuthorGroup>
  175.     <CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
  176.    </AuthorGroup>
  177. <!-- editor in authorgroup is not supported
  178.     <AuthorGroup>
  179. -->
  180.    <Editor>
  181.     <FirstName>Thomas</FirstName>
  182.     <SurName>Lockhart</SurName>
  183.     <Affiliation>
  184.      <OrgName>Caltech/JPL</OrgName>
  185.     </Affiliation>
  186.    </Editor>
  187. <!--
  188.     </AuthorGroup>
  189. -->
  190.  
  191. <!--
  192.     <AuthorInitials>TGL</AuthorInitials>
  193. -->
  194.    <Date>(last updated 1999-06-01)</Date>
  195.   </BookBiblio>
  196.   <LegalNotice>
  197.    <Para>
  198.     <ProductName>PostgreSQL</ProductName> is Copyright &copy; 1996-9 
  199.     by the Postgres Global Development Group.
  200.    </Para>
  201.   </LegalNotice>
  202.  </BookInfo>
  203. <!--
  204. <TOC> </TOC>
  205. <LOT> </LOT>
  206. -->
  207. <!--
  208. <Dedication>
  209. <Para>
  210. Your name here...
  211. </Para>
  212. </Dedication>
  213. -->
  214.  <preface id="preface">
  215.   <Title>Summary</Title>
  216.   <Para>
  217.    <ProductName>Postgres</ProductName>, 
  218.    developed originally in the UC Berkeley Computer Science Department,
  219.    pioneered many of the object-relational concepts
  220.    now becoming available in some commercial databases.
  221.    It provides SQL92/SQL3 language support,
  222.    transaction integrity, and type extensibility.
  223.    <ProductName>PostgreSQL</ProductName> is a public-domain,
  224.    open source descendant of this original Berkeley code.
  225.   </Para>
  226.  </Preface>
  227.  <part Id="part-user">
  228.   <Title>User's Guide</Title>
  229.   <PartIntro>
  230.    <Para>
  231.     Information for users.
  232.    </Para>
  233.   </PartIntro>
  234.   &intro;
  235.   &syntax;
  236.   &datatype;
  237.   &oper;
  238.   &func;
  239.   &typeconv;
  240.   &keys;
  241.   &array;
  242.   &inherit;
  243.   &mvcc;
  244.   &environ;
  245.   &manage;
  246.   &storage;
  247.   &commands;
  248.  </Part>
  249.  <part Id="part-admin">
  250.   <Title>Administrator's Guide</Title>
  251.   <PartIntro>
  252.    <Para>
  253.     Installation and maintenance information.
  254.    </Para>
  255.   </PartIntro>
  256. <!--
  257.   Disable these extra intro chapters since some elements (e.g. y2k
  258.   statement) are included in the first intro.sgml and cause errors if
  259.   included twice.
  260.    &intro-ag;
  261. -->
  262.    &ports;
  263.    &config;
  264.    &layout;
  265.    &install;
  266.    &installw;
  267.    &runtime;
  268.    &security;
  269.    &start-ag;
  270.    &manage-ag;
  271.    &trouble;
  272.    &recovery;
  273.    &regress;
  274.    &release;
  275.  </Part>
  276.  <part Id="part-programmer">
  277.   <Title>Programmer's Guide</Title>
  278.   <PartIntro>
  279.    <Para>
  280.     Information for extending <ProductName>Postgres</ProductName>.
  281.    </Para>
  282.   </PartIntro>
  283. <!--
  284.   Disable these extra intro chapters since some elements (e.g. y2k
  285.   statement) are included in the first intro.sgml and cause errors if
  286.   included twice.
  287.    &intro-pg;
  288. -->
  289.    &arch-pg;
  290.    &extend;
  291.    &xfunc;
  292.    &xtypes;
  293.    &xoper;
  294.    &xaggr;
  295.    &rules;
  296.    &xindex;
  297.    &gist;
  298.    &dfunc;
  299.    &trigger;
  300.    &spi;
  301.    &xplang;
  302.   <!-- &libpq; -->
  303.  </Part>
  304.  <part Id="part-interfaces">
  305.   <Title>Interfaces</Title>
  306.   <PartIntro>
  307.    <Para>
  308.     User and programmer interfaces.
  309.    </Para>
  310.   </PartIntro>
  311.    &func-ref;
  312.    &lobj;
  313.    &ecpg;
  314.    &libpq;
  315.    &libpqpp;
  316.    &libpgtcl;
  317.    &odbc;
  318.    &jdbc;
  319.  </Part>
  320.  
  321.  <part Id="part-developer">
  322.   <Title>Developer's Guide</Title>
  323.   <PartIntro>
  324.    <Para>
  325.     The Developer's Guide includes discussion of design decisions and 
  326.     suggestions for future development.
  327.    </Para>
  328.   </PartIntro>
  329.    &arch-dev;
  330.    &options;
  331.    &geqo;
  332.    &protocol;
  333.    &signals;
  334.    &compiler;
  335.    &bki;
  336.    &page;
  337.  </Part>
  338.  
  339.  <part Id="part-tutorial">
  340.   <Title>Tutorial</Title>
  341.   <PartIntro>
  342.    <Para>
  343.     Introduction for new users.
  344.    </Para>
  345.   </PartIntro>
  346.    &sql;
  347.    &arch;
  348.    &start;
  349.    &query;
  350.    &advanced;
  351.  </Part>
  352.  <part Id="part-appendix">
  353.   <Title>Appendices</Title>
  354.   <PartIntro>
  355.    <Para>
  356.     Additional related information.
  357.    </Para>
  358.   </PartIntro>
  359.   &datetime;
  360.   &cvs;
  361.   &docguide;
  362. <!--
  363.    &contacts;
  364. -->
  365.    &biblio;
  366.  </Part>
  367. <!--
  368. Omit index until we have some index entries.
  369. - thomas 1998-10-26
  370. <index Id="part-index">
  371. </index>
  372. -->
  373. </Book>
  374. <!-- Keep this comment at the end of the file
  375. Local variables:
  376. mode: sgml
  377. sgml-omittag:nil
  378. sgml-shorttag:t
  379. sgml-minimize-attributes:nil
  380. sgml-always-quote-attributes:t
  381. sgml-indent-step:1
  382. sgml-indent-data:t
  383. sgml-parent-document:nil
  384. sgml-default-dtd-file:"./reference.ced"
  385. sgml-exposed-tags:nil
  386. sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
  387. sgml-local-ecat-files:nil
  388. End:
  389. -->