gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 line
6.0KB

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Preface</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="index.html" title="PostgreSQL 12.4 Documentation" /><link rel="next" href="intro-whatis.html" title="1.  What Is PostgreSQL?" /></head><body><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Preface</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="index.html" title="PostgreSQL 12.4 Documentation">Prev</a> </td><td width="10%" align="left"> </td><th width="60%" align="center"> </th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 12.4 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="intro-whatis.html" title="1.  What Is PostgreSQL?">Next</a></td></tr></table><hr></hr></div><div class="preface" id="PREFACE"><div class="titlepage"><div><div><h1 class="title">Preface</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="intro-whatis.html">1. What Is <span class="productname">PostgreSQL</span>?</a></span></dt><dt><span class="sect1"><a href="history.html">2. A Brief History of <span class="productname">PostgreSQL</span></a></span></dt><dd><dl><dt><span class="sect2"><a href="history.html#HISTORY-BERKELEY">2.1. The Berkeley <span class="productname">POSTGRES</span> Project</a></span></dt><dt><span class="sect2"><a href="history.html#HISTORY-POSTGRES95">2.2. <span class="productname">Postgres95</span></a></span></dt><dt><span class="sect2"><a href="history.html#id-1.3.5.6">2.3. <span class="productname">PostgreSQL</span></a></span></dt></dl></dd><dt><span class="sect1"><a href="notation.html">3. Conventions</a></span></dt><dt><span class="sect1"><a href="resources.html">4. Further Information</a></span></dt><dt><span class="sect1"><a href="bug-reporting.html">5. Bug Reporting Guidelines</a></span></dt><dd><dl><dt><span class="sect2"><a href="bug-reporting.html#id-1.3.8.5">5.1. Identifying Bugs</a></span></dt><dt><span class="sect2"><a href="bug-reporting.html#id-1.3.8.6">5.2. What to Report</a></span></dt><dt><span class="sect2"><a href="bug-reporting.html#id-1.3.8.7">5.3. Where to Report Bugs</a></span></dt></dl></dd></dl></div><p>
  3. This book is the official documentation of
  4. <span class="productname">PostgreSQL</span>. It has been written by the
  5. <span class="productname">PostgreSQL</span> developers and other
  6. volunteers in parallel to the development of the
  7. <span class="productname">PostgreSQL</span> software. It describes all
  8. the functionality that the current version of
  9. <span class="productname">PostgreSQL</span> officially supports.
  10. </p><p>
  11. To make the large amount of information about
  12. <span class="productname">PostgreSQL</span> manageable, this book has been
  13. organized in several parts. Each part is targeted at a different
  14. class of users, or at users in different stages of their
  15. <span class="productname">PostgreSQL</span> experience:
  16. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
  17. <a class="xref" href="tutorial.html" title="Part I. Tutorial">Part I</a> is an informal introduction for new users.
  18. </p></li><li class="listitem"><p>
  19. <a class="xref" href="sql.html" title="Part II. The SQL Language">Part II</a> documents the <acronym class="acronym">SQL</acronym> query
  20. language environment, including data types and functions, as well
  21. as user-level performance tuning. Every
  22. <span class="productname">PostgreSQL</span> user should read this.
  23. </p></li><li class="listitem"><p>
  24. <a class="xref" href="admin.html" title="Part III. Server Administration">Part III</a> describes the installation and
  25. administration of the server. Everyone who runs a
  26. <span class="productname">PostgreSQL</span> server, be it for private
  27. use or for others, should read this part.
  28. </p></li><li class="listitem"><p>
  29. <a class="xref" href="client-interfaces.html" title="Part IV. Client Interfaces">Part IV</a> describes the programming
  30. interfaces for <span class="productname">PostgreSQL</span> client
  31. programs.
  32. </p></li><li class="listitem"><p>
  33. <a class="xref" href="server-programming.html" title="Part V. Server Programming">Part V</a> contains information for
  34. advanced users about the extensibility capabilities of the
  35. server. Topics include user-defined data types and
  36. functions.
  37. </p></li><li class="listitem"><p>
  38. <a class="xref" href="reference.html" title="Part VI. Reference">Part VI</a> contains reference information about
  39. SQL commands, client and server programs. This part supports
  40. the other parts with structured information sorted by command or
  41. program.
  42. </p></li><li class="listitem"><p>
  43. <a class="xref" href="internals.html" title="Part VII. Internals">Part VII</a> contains assorted information that might be of
  44. use to <span class="productname">PostgreSQL</span> developers.
  45. </p></li></ul></div><p>
  46. </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="intro-whatis.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">PostgreSQL 12.4 Documentation </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1.  What Is <span class="productname">PostgreSQL</span>?</td></tr></table></div></body></html>
上海开阖软件有限公司 沪ICP备12045867号-1