提交 4916d30e 编写于 作者: L Lisa Owen 提交者: David Yozie

docs - add info about greenplum database release versioning (#4193)

* docs - add info about greenplum database release versioning

* misc edits requested by david

* update subnav titles

* clarify that deprecated features removed only in major release
上级 18185d41
......@@ -15,6 +15,7 @@
<topicref href="intro/about_statistics.xml"/>
</topicref>
<topicref href="managing/partII.xml" id="partII">
<topicref href="managing/versioning.xml" navtitle="About the Greenplum Database Release Version Number"/>
<topicref href="managing/startstop.xml" navtitle="Starting and Stopping Greenplum"/>
<topicref href="access_db/access_db.ditamap" format="ditamap"/>
<topicref href="configure.ditamap" format="ditamap"/>
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
<topicref href="versioning.xml" navtitle="About the Greenplum Database Release Version Number"/>
<topicref href="startstop.xml" navtitle="Starting and Stopping Greenplum"/>
<topicref href="access_db.xml" navtitle="Accessing the Database"/>
<topicref href="configure.xml" navtitle="Configuring Your Greenplum System"/>
......
......@@ -8,6 +8,7 @@
<body>
<section otherprops="op-print">
<p>This section contains the following topics:<ul id="ul_dgc_f4q_lp" otherprops="op-print">
<li><xref href="versioning.xml#topic1"/></li>
<li><xref href="startstop.xml#topic1"/></li>
<li><xref href="../access_db/topics/g-accessing-the-database.xml"/></li>
<li><xref href="../topics/g-configuring-the-greenplum-system.xml#topic1"/></li>
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd">
<topic id="topic1" xml:lang="en">
<title id="kg1382433">About the Greenplum Database Release Version Number</title>
<shortdesc>Greenplum Database version numbers and they way they change identify
what has been modified from one Greenplum Database release to the next.</shortdesc>
<body>
<p>A Greenplum Database release version number takes the format
<varname>x.y.z</varname>, where:
<ul>
<li><varname>x</varname> identifies the Major version number</li>
<li><varname>y</varname> identifies the Minor version number</li>
<li><varname>z</varname> identifies the Patch version number</li>
</ul>
</p>
<p>Greenplum Database releases that have the same Major release number are
guaranteed to be backwards compatible. Greenplum Database increments the
Major release number when the catalog changes or when incompatible feature
changes or new features are introduced. Previously deprecated functionality
may be removed in a major release.</p>
<p>The Minor release number for a given Major release increments when
backwards compatible new features are introduced or when a Greenplum Database
feature is deprecated. (Previously deprecated functionality will never be
removed in a minor release.)</p>
<p>Greenplum Database increments the Patch release number for a given Minor
release for backwards-compatible bug fixes.</p>
</body>
</topic>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册