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

数据库系统

开发平台:

Unix_Linux

  1. <!-- reference.sgml
  2. $Header: /usr/local/cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.6 1999/05/26 17:30:30 thomas Exp $
  3. Postgres User's Reference documentation.
  4. - thomas 1998-08-31
  5. $Log: reference.sgml,v $
  6. Revision 1.6  1999/05/26 17:30:30  thomas
  7. Add chapters on CVS access, MVCC, SQL theory to the docs.
  8. Add an appendix with more details on date/time attributes and handling.
  9. Update most references to Postgres version numbers to 6.5,
  10.  *except* for the porting list which will require a report
  11.  from a successful installation to be updated.
  12. Revision 1.5  1998/10/31 09:36:37  thomas
  13. Cleanup for v6.4 release.
  14. Make new file current.sgml to hold release info for the current release.
  15.  Should be moved to release.sgml before filling with next release info.
  16. Revision 1.4  1998/10/30 19:37:12  thomas
  17. Minor editing and markup changes as a result of preparing the Postscript
  18.  documentation for v6.4.
  19. Bigger updates to the installation instructions (install and config).
  20. -->
  21. <!doctype book      PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
  22. <!entity intro      SYSTEM "intro.sgml">
  23. <!entity % allfiles SYSTEM "ref/allfiles.sgml">
  24. %allfiles;
  25. <!entity biblio     SYSTEM "biblio.sgml">
  26. <!entity contacts   SYSTEM "contacts.sgml">
  27. ]>
  28. <Book Id="reference">
  29. <!-- Title information -->
  30. <Title>PostgreSQL Reference Manual</Title>
  31. <BookInfo>
  32.     <ReleaseInfo>Covering v6.5 for general release</ReleaseInfo>
  33.     <BookBiblio>
  34.     <AuthorGroup>
  35.       <Author>
  36.         <FirstName>Jose</FirstName>
  37.         <SurName>Soares Da Silva</SurName>
  38.       </Author>
  39.       <Author>
  40.         <FirstName>Oliver</FirstName>
  41.         <SurName>Elphick</SurName>
  42.       </Author>
  43.     </AuthorGroup>
  44. <!--
  45.     <AuthorGroup>
  46.       <CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
  47.     </AuthorGroup>
  48. -->
  49. <!-- editor in authorgroup is not supported
  50.     <AuthorGroup>
  51. -->
  52. <!--
  53.       <Editor>
  54.         <FirstName>Thomas</FirstName>
  55.         <SurName>Lockhart</SurName>
  56.         <Affiliation>
  57.           <OrgName>Caltech/JPL</OrgName>
  58.         </Affiliation>
  59.       </Editor>
  60. -->
  61.       <Editor>
  62.         <FirstName>Oliver</FirstName>
  63.         <SurName>Elphick</SurName>
  64.       </Editor>
  65. <!--
  66.     </AuthorGroup>
  67. -->
  68.  
  69.     <Date>(last updated 1999-06-01)</Date>
  70.     </BookBiblio>
  71. <LegalNotice>
  72. <Para>
  73. <ProductName>PostgreSQL</ProductName> is &copy; 1998-9
  74. by the Postgres Global Development Group.
  75. </Para>
  76. </LegalNotice>
  77. </BookInfo>
  78. <!--
  79. <TOC> </TOC>
  80. <LOT> </LOT>
  81. -->
  82. <!--
  83. <Dedication>
  84. <Para>
  85. Your name here...
  86. </Para>
  87. </Dedication>
  88. -->
  89. <Preface Id="preface">
  90. <Title>Summary</Title>
  91. <Para>
  92. <ProductName>Postgres</ProductName>, 
  93.  developed originally in the UC Berkeley Computer Science Department,
  94.  pioneered many of the object-relational concepts
  95.  now becoming available in some commercial databases.
  96. It provides SQL92/SQL3 language support,
  97.  transaction integrity, and type extensibility.
  98.  <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
  99.  of this original Berkeley code.
  100. </Para>
  101. </Preface>
  102. <!--
  103. &intro-ref;
  104. -->
  105. &commands;
  106. <!--
  107. &contacts;
  108. -->
  109. &biblio;
  110. <!--
  111. <index Id="index">
  112. </index>
  113. -->
  114. </Book>