54 lines
2.0 KiB
HTML
Executable File
54 lines
2.0 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="en" lang="en">
|
|
<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>Welcome to the pg_reorg Project Home Page</h1>
|
|
<hr />
|
|
</center>
|
|
<p>
|
|
pg_reorg can re-organize tables on a postgres database without any locks so that you can retrieve or update rows in tables being reorganized.
|
|
The module is developed to be a better alternative of CLUSTER and VACUUM FULL.
|
|
</p>
|
|
<p>
|
|
The pg_reorg project is a <a href="http://www.postgresql.org">PostgreSQL</a> Community project that is a part of the <a href="http://pgfoundry.org">pgFoundry</a>.
|
|
</p>
|
|
<p>
|
|
The pgFoundry page for the project is at <a href="http://pgfoundry.org/projects/reorg">http://pgfoundry.org/projects/reorg</a>,
|
|
where you can find <a href="http://pgfoundry.org/frs/?group_id=1000411">downloads</a>, documentation, bug reports, mailing lists, and a whole lot more.
|
|
</p>
|
|
<div>
|
|
<a href="index-ja.html">日本語のページはこちら。</a>
|
|
</div>
|
|
<hr />
|
|
|
|
<p>
|
|
<a href="pg_reorg.html">Documentations here</a>.
|
|
</p>
|
|
|
|
<hr />
|
|
<div align="right">
|
|
Copyright (c) 2008-2009, 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>
|