Fix two bugs.
#1010789 : pg_reorg 1.1.0 and "unexpected toast relations" #1010790 : reorg.get_index_keys() does not handle composite indexes
This commit is contained in:
@ -46,7 +46,7 @@ VACUUM を行うスクリプトが付属しており、"より良い vacuumdb"
|
||||
<h2>ドキュメント</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="pg_reorg-ja.html">pg_reorg 1.1.0 ドキュメント</a></li>
|
||||
<li><a href="pg_reorg-ja.html">pg_reorg 1.1.1 ドキュメント</a></li>
|
||||
<li><a href="pg_batch-ja.html">pg_batch 1.2.0 ドキュメント</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -48,8 +48,8 @@ where you can find <a href="http://pgfoundry.org/frs/?group_id=1000411">download
|
||||
<h2>Documentation</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="pg_reorg.html">pg_reorg 1.1.0 documentation</a></li>
|
||||
<li><a href="pg_batch-ja.html">pg_batch 1.2.0 documentation</a> (ja)</li>
|
||||
<li><a href="pg_reorg.html">pg_reorg 1.1.1 documentation</a></li>
|
||||
<li><a href="pg_batch.html">pg_batch 1.2.0 documentation</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Execution time</h2>
|
||||
|
@ -8,7 +8,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 id="pg_reorg">pg_reorg 1.1.0</h1>
|
||||
<h1 id="pg_reorg">pg_reorg 1.1.1</h1>
|
||||
<div class="navigation">
|
||||
<a href="index-ja.html">Top</a> >
|
||||
<a href="pg_reorg-ja.html">pg_reorg</a>
|
||||
|
@ -8,7 +8,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 id="pg_reorg">pg_reorg 1.1.0</h1>
|
||||
<h1 id="pg_reorg">pg_reorg 1.1.1</h1>
|
||||
<div class="navigation">
|
||||
<a href="index.html">Top</a> >
|
||||
<a href="pg_reorg.html">pg_reorg</a>
|
||||
@ -67,7 +67,7 @@ See also "<a href="#options">Options</a>" for details.</p>
|
||||
|
||||
<h2 id="description">Description</h2>
|
||||
<p>pg_reorg is an utility program to reorganize tables in PostgreSQL databases.
|
||||
Unlike <a href="http://www.postgresql.jp/document/current/html/app-clusterdb.html">clusterdb</a>, it doesn't block any selections and updates during reorganization.
|
||||
Unlike <a href="http://developer.postgresql.org/pgdocs/postgres/app-clusterdb.html">clusterdb</a>, it doesn't block any selections and updates during reorganization.
|
||||
You can choose one of the following methods to reorganize.</p>
|
||||
<ul>
|
||||
<li>Online CLUSTER (ordered by cluster index)</li>
|
||||
|
Reference in New Issue
Block a user