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

数据库系统

开发平台:

Unix_Linux

  1. <!-- tutorial.sgml
  2. -
  3. - Postgres tutorial. Derived from postgres.sgml.
  4. - thomas 1998-02-23
  5. -
  6. - -->
  7. <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
  8. <!entity about    SYSTEM "about.sgml">
  9. <!entity history  SYSTEM "history.sgml">
  10. <!entity info     SYSTEM "info.sgml">
  11. <!entity legal    SYSTEM "legal.sgml">
  12. <!entity notation SYSTEM "notation.sgml">
  13. <!entity y2k      SYSTEM "y2k.sgml">
  14. <!entity advanced SYSTEM "advanced.sgml">
  15. <!entity arch     SYSTEM "arch.sgml">
  16. <!entity biblio   SYSTEM "biblio.sgml">
  17. <!entity intro    SYSTEM "intro.sgml">
  18. <!entity query    SYSTEM "query.sgml">
  19. <!entity sql      SYSTEM "sql.sgml">
  20. <!entity start    SYSTEM "start.sgml">
  21. ]>
  22. <Book Id="tutorial">
  23. <!-- Title information -->
  24.  <Title>PostgreSQL Tutorial</Title>
  25.  <BookInfo>
  26.   <ReleaseInfo>Covering v6.5 for general release</ReleaseInfo>
  27.   <BookBiblio>
  28.    <AuthorGroup>
  29.     <CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
  30.    </AuthorGroup>
  31. <!-- editor in authorgroup is not supported
  32.     <AuthorGroup>
  33. -->
  34.    <Editor>
  35.     <FirstName>Thomas</FirstName>
  36.     <SurName>Lockhart</SurName>
  37.     <Affiliation>
  38.      <OrgName>Caltech/JPL</OrgName>
  39.     </Affiliation>
  40.    </Editor>
  41. <!--
  42.     </AuthorGroup>
  43. -->
  44.  
  45. <!--
  46.     <AuthorInitials>TGL</AuthorInitials>
  47. -->
  48.    <Date>(last updated 1999-05-19)</Date>
  49.   </BookBiblio>
  50.   <LegalNotice>
  51.    <Para>
  52.     <ProductName>PostgreSQL</ProductName> is Copyright &copy; 1996-9
  53.     by the Postgres Global Development Group.
  54.    </Para>
  55.   </LegalNotice>
  56.  </BookInfo>
  57. <!--
  58. <TOC> </TOC>
  59. <LOT> </LOT>
  60. -->
  61. <!--
  62. <Dedication>
  63. <Para>
  64. Your name here...
  65. </Para>
  66. </Dedication>
  67. -->
  68.  <Preface>
  69.   <Title>Summary</Title>
  70.   <Para>
  71.    <ProductName>Postgres</ProductName>, 
  72.    developed originally in the UC Berkeley Computer Science Department,
  73.    pioneered many of the object-relational concepts
  74.    now becoming available in some commercial databases.
  75.    It provides SQL92/SQL3 language support,
  76.    transaction integrity, and type extensibility.
  77.    <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
  78.    of this original Berkeley code.
  79.   </Para>
  80.  </Preface>
  81.   &intro;
  82.   &sql;
  83.   &arch;
  84.   &start;
  85.   &query;
  86.   &advanced;
  87.   &biblio;
  88. <!--
  89. <INDEX> </INDEX>
  90. -->
  91. </Book>
  92. <!-- Keep this comment at the end of the file
  93. Local variables:
  94. mode: sgml
  95. sgml-omittag:nil
  96. sgml-shorttag:t
  97. sgml-minimize-attributes:nil
  98. sgml-always-quote-attributes:t
  99. sgml-indent-step:1
  100. sgml-indent-data:t
  101. sgml-parent-document:nil
  102. sgml-default-dtd-file:"./reference.ced"
  103. sgml-exposed-tags:nil
  104. sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
  105. sgml-local-ecat-files:nil
  106. End:
  107. -->