54 lines
2.2 KiB
HTML
Executable File
54 lines
2.2 KiB
HTML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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" xml:lang="ja" lang="ja">
|
|
<head>
|
|
<link rel="icon" type="image/png" href="http://pgfoundry.org/images/elephant-icon.png" />
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>pg_reorg: Project Home Page</title>
|
|
</head>
|
|
|
|
<body>
|
|
<center><img style="border: none; margin-left: auto; margin-right: auto; " src="http://pgfoundry.org/images/elephantSmall.png" height="75" width="75" />
|
|
<hr />
|
|
<h1>pg_reorg ホームページへようこそ</h1>
|
|
<hr />
|
|
</center>
|
|
<p>
|
|
pg_reorg は PostgreSQL のテーブルを再編成するシェルコマンドです。
|
|
共有ロックや排他ロックを取得しないため、再編成中であっても行の参照や更新を行うことができます。
|
|
このモジュールは CLUSTER や VACUUM FULL コマンドのより良い代替になります。
|
|
</p>
|
|
<p>この pg_reorg プロジェクトは <a href="http://www.postgresql.org">PostgreSQL</a> コミュニティによる <a href="http://pgfoundry.org">pgFoundry</a> の中の<a href="http://pgfoundry.org/projects/reorg">プロジェクト</a>です。</p>
|
|
<ul>
|
|
<li><a href="http://pgfoundry.org/frs/?group_id=1000411">ダウンロード</a> : ソースコードのほか、Windows 用バイナリもダウンロードできます。</li>
|
|
<li><a href="http://pgfoundry.org/tracker/?group_id=1000411">バグレポート</li></li>
|
|
<li><a href="http://pgfoundry.org/mail/?group_id=1000411">メーリングリスト</a> への参加</li>
|
|
</ul>
|
|
<div>
|
|
<a href="index.html">Here is an English page.</a>
|
|
</div>
|
|
<hr />
|
|
|
|
<p>
|
|
<a href="pg_reorg-ja.html">ドキュメントはこちら</a>。
|
|
</p>
|
|
|
|
<hr />
|
|
<div align="right">
|
|
Copyright (c) 2008, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
|
</div>
|
|
|
|
<!-- PLEASE LEAVE "Powered By GForge" on your site -->
|
|
<br />
|
|
<center>
|
|
<a href="http://gforge.org/"><img src="http://gforge.org/images/pow-gforge.png"
|
|
alt="Powered By GForge Collaborative Development Environment" border="0" /></a>
|
|
</center>
|
|
|
|
</body>
|
|
</html>
|