version 1.1.7. Supports 9.2dev.

This commit is contained in:
Takahiro Itagaki
2011-08-07 04:20:23 +00:00
parent 960930b645
commit aad43aa1ae
6 changed files with 64 additions and 8 deletions

View File

@ -8,7 +8,7 @@
</head>
<body>
<h1 id="pg_reorg">pg_reorg 1.1.6</h1>
<h1 id="pg_reorg">pg_reorg 1.1.7</h1>
<div class="navigation">
<a href="index-ja.html">Top</a> &gt;
<a href="pg_reorg-ja.html">pg_reorg</a>
@ -27,6 +27,7 @@
<li><a href="#details">詳細</a></li>
<li><a href="#install">インストール方法</a></li>
<li><a href="#requirement">動作環境</a></li>
<li><a href="#releases">更新履歴</a></li>
<li><a href="#seealso">関連項目</a></li>
</ol>
</div>
@ -320,6 +321,14 @@ $ psql -f $PGSHARE/contrib/pg_reorg.sql -d your_database</pre>
<dd>処理対象のテーブル、インデックスサイズの2倍以上のディスク空き容量 (対象が1GBならば、さらに追加で2GB)</dd>
</dl>
<h2 id="releases">更新履歴</h2>
<ul>
<li>1.1.7 (2011-08-07)<ul>
<li>バグ修正: DROPされた列を持つテーブルを再編成した場合に、そのテーブルを使用するビューや関数が破損する可能性があった。</li>
<li>PostgreSQL 9.1, 9.2dev のサポート (EXTENSION はまだ)</li>
</ul></li>
</ul>
<h2 id="seealso">関連項目</h2>
<a href="http://www.postgresql.jp/document/current/html/app-clusterdb.html">clusterdb</a>,
<a href="http://www.postgresql.jp/document/current/html/app-vacuumdb.html">vacuumdb</a>

View File

@ -8,7 +8,7 @@
</head>
<body>
<h1 id="pg_reorg">pg_reorg 1.1.6</h1>
<h1 id="pg_reorg">pg_reorg 1.1.7</h1>
<div class="navigation">
<a href="index.html">Top</a> &gt;
<a href="pg_reorg.html">pg_reorg</a>
@ -308,6 +308,14 @@ $ psql -f $PGSHARE/contrib/pg_reorg.sql -d your_database</pre>
<dt>Disks</dt><dd>Requires amount of disks twice larger than target table and indexes. (If the total size of targets are 1GB, additional 2GB of disks are required.)</dd>
</dl>
<h2 id="releases">Releases</h2>
<ul>
<li>1.1.7 (2011-08-07)<ul>
<li>Bugfix: VIEWs and FUNCTIONs could be corrupted that used a reorganized table which has a dropped column.</li>
<li>Supports PostgreSQL 9.1 and 9.2dev. (but EXTENSION is not yet)</li>
</ul></li>
</ul>
<h2 id="seealso">See Also</h2>
<a href="http://developer.postgresql.org/pgdocs/postgres/app-clusterdb.html">clusterdb</a>,
<a href="http://developer.postgresql.org/pgdocs/postgres/app-vacuumdb.html">vacuumdb</a>