PostgreSQL > PgFoundry > pg/python
 

Control

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.

Current recommended version is 0.1

PLEASE REPORT PROBLEMS TO THE MAILING LIST OR THE BUG TRACKER.

Features

  • Non-destructive, non-repetitive configuration management
  • pg_ctl interface
  • initdb interface

Goals (1.0)

  • HBA configuration management
  • Corrective decommenting

Boss Dependencies

  • Layout

CVS

cvs -d :pserver:anonymous:@cvs.pgfoundry.org:/cvsroot/python co ctl

Web Interface