<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document> 
 <header> 
  <title>Control</title> 
  <abstract>
   This project creates Python interfaces to the pg_ctl and initdb processes. It
   also defines functions for altering the PostgreSQL configuration file in a
   non-destructive and a non-repetitive manner.
  </abstract>
 </header> 
 <body>
  <p>Current recommended version is 0.1</p>
  <p>
   PLEASE REPORT PROBLEMS TO THE
   <link href="mailto:python-general@pgfoundry.org">MAILING LIST</link>
   OR THE
   <link href="http://pgfoundry.org/tracker/?atid=442&amp;group_id=1000094">BUG TRACKER</link>.
  </p>
  <section>
   <title>Features</title>
   <ul>
    <li>Non-destructive, non-repetitive configuration management</li>
    <li>pg_ctl interface</li>
    <li>initdb interface</li>
   </ul>
  </section>
  <section>
   <title>Goals (1.0)</title>
   <ul>
    <li>HBA configuration management</li>
    <li>Corrective decommenting</li>
   </ul>
  </section>
  <section>
   <title>Boss Dependencies</title>
   <ul>
    <li>Layout</li>
   </ul>
  </section>
  <section>
   <title>CVS</title>
   <p>
    <code>cvs -d :pserver:anonymous:@cvs.pgfoundry.org:/cvsroot/python co ctl</code>
   </p>
   <p><link href="http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl">Web Interface</link></p>
  </section>
 </body>
</document><!--
 ! vim: ts=1:sw=1:et:
 !-->