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

数据库系统

开发平台:

Unix_Linux

  1. <!--
  2. $Header: /usr/local/cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.6 1999/06/04 15:51:42 thomas Exp $
  3. Postgres quick Installation Guide.
  4. - thomas 1998-10-26
  5. $Log: installation.sgml,v $
  6. Revision 1.6  1999/06/04 15:51:42  thomas
  7. Add blurb on new docs in release notes.
  8. Make minor info and markup changes for v6.5 release.
  9. Revision 1.5  1999/06/03 04:21:48  thomas
  10. Markup changes for v6.5 release.
  11. Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
  12. Revision 1.4  1999/05/26 17:30:29  thomas
  13. Add chapters on CVS access, MVCC, SQL theory to the docs.
  14. Add an appendix with more details on date/time attributes and handling.
  15. Update most references to Postgres version numbers to 6.5,
  16.  *except* for the porting list which will require a report
  17.  from a successful installation to be updated.
  18. Revision 1.3  1998/11/02 15:53:02  thomas
  19. Move configuration info to after installation procedure.
  20. Include only the current release  in the release notes section.
  21. Revision 1.2  1998/10/30 19:37:00  thomas
  22. Minor editing and markup changes as a result of preparing the Postscript
  23.  documentation for v6.4.
  24. Bigger updates to the installation instructions (install and config).
  25. Revision 1.1  1998/10/27 06:11:08  thomas
  26. First cut at standalone installation guide to replace INSTALL text source.
  27. -->
  28. <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
  29. <!entity about    SYSTEM "about.sgml">
  30. <!entity history  SYSTEM "history.sgml">
  31. <!entity info     SYSTEM "info.sgml">
  32. <!entity legal    SYSTEM "legal.sgml">
  33. <!entity notation SYSTEM "notation.sgml">
  34. <!entity y2k      SYSTEM "y2k.sgml">
  35. <!entity config   SYSTEM "config.sgml">
  36. <!entity intro-ag SYSTEM "intro-ag.sgml">
  37. <!entity install  SYSTEM "install.sgml">
  38. <!entity options  SYSTEM "pg_options.sgml">
  39. <!entity ports    SYSTEM "ports.sgml">
  40. <!entity recovery SYSTEM "recovery.sgml">
  41. <!entity regress  SYSTEM "regress.sgml">
  42. <!entity release  SYSTEM "release.sgml">
  43. <!entity runtime  SYSTEM "runtime.sgml">
  44. <!entity start-ag SYSTEM "start-ag.sgml">
  45. <!entity biblio   SYSTEM "biblio.sgml">
  46. ]>
  47. <book>
  48. <!-- Title information -->
  49. <title>PostgreSQL Installation Guide</title>
  50. <bookinfo>
  51.     <releaseinfo>Covering v6.5 for general release</releaseinfo>
  52.     <bookbiblio>
  53.     <authorgroup>
  54.       <corpauthor>The PostgreSQL Development Team</corpauthor>
  55.     </authorgroup>
  56. <!-- editor in authorgroup is not supported
  57.     <AuthorGroup>
  58. -->
  59.       <editor>
  60.         <firstname>Thomas</firstname>
  61.         <surname>Lockhart</surname>
  62.         <affiliation>
  63.           <orgname>Caltech/JPL</orgname>
  64.         </affiliation>
  65.       </editor>
  66. <!--
  67.     </AuthorGroup>
  68. -->
  69.  
  70. <!--
  71.     <AuthorInitials>TGL</AuthorInitials>
  72. -->
  73.     <date>(last updated 1999-06-01)</date>
  74.     </bookbiblio>
  75. <legalnotice>
  76. <para>
  77. <productname>PostgreSQL</productname> is Copyright &copy; 1996-9
  78. by the Postgres Global Development Group.
  79. </para>
  80. </legalnotice>
  81. </bookinfo>
  82. <!--
  83. <TOC> </TOC>
  84. <LOT> </LOT>
  85. -->
  86. <!--
  87. <Dedication>
  88. <Para>
  89. Your name here...
  90. </Para>
  91. </Dedication>
  92. -->
  93. <preface>
  94. <title>Summary</title>
  95. <para>
  96. <productname>Postgres</productname>, 
  97.  developed originally in the UC Berkeley Computer Science Department,
  98.  pioneered many of the object-relational concepts
  99.  now becoming available in some commercial databases.
  100. It provides SQL92/SQL3 language support,
  101.  transaction integrity, and type extensibility.
  102.  <productname>PostgreSQL</productname> is a public-domain, open source descendant
  103.  of this original Berkeley code.
  104. </para>
  105. </preface>
  106. <chapter>
  107. <title>Introduction</title>
  108. <para>
  109. This installation procedure makes some assumptions about the desired configuration
  110. and runtime environment for your system. This may be adequate for many installations,
  111. and is almost certainly adequate for a first installation. But you may want to
  112. do an initial installation up to the point of unpacking the source tree
  113. and installing documentation, and then print or browse the 
  114. <citetitle>Administrator's Guide</citetitle>.</para>
  115. </chapter>
  116. &ports;
  117. &install;
  118. &config;
  119. &release;
  120. <!--
  121. <INDEX> </INDEX>
  122. -->
  123. </book>
  124. <!-- Keep this comment at the end of the file
  125. Local variables:
  126. mode: sgml
  127. sgml-omittag:nil
  128. sgml-shorttag:t
  129. sgml-minimize-attributes:nil
  130. sgml-always-quote-attributes:t
  131. sgml-indent-step:1
  132. sgml-indent-data:t
  133. sgml-parent-document:nil
  134. sgml-default-dtd-file:"./reference.ced"
  135. sgml-exposed-tags:nil
  136. sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
  137. sgml-local-ecat-files:nil
  138. End:
  139. -->