python - ctl: Add HBA configuration management interfaces.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ctl: Add HBA configuration management interfaces.
Date: 2006-05-24 18:29:00
Message-ID: 20060524182900.2866F86C51A@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add HBA configuration management interfaces.

The inplace editor works as specified, but will not actually produce the desired
effect. Currently, it merely mimics the *exact* formatting of the line the new
entry is associated with. This is not what is truly desired AFA the formatting
of the HBA columns is concerned. It seems that in some cases complete
reformatting of all columns may be necessary. Also, non-destructive alteration--
wrt column alignment, not comments by any means--may never be possible due to
assumptions that would have to be made about tab spacing. So, the next version
[of Sequence] will likely be a rewrite that actually reformats the HBA using
single spaces for column alignment; of course, all while keeping comments.

Added Files:
-----------
ctl/src:
hba.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/src/hba.py?rev=1.1&content-type=text/x-cvsweb-markup)
ctl/test:
hba.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/test/hba.py?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-05-24 18:30:35 python - ctl: Mark as 0.2.
Previous Message Bruce Momjian 2006-05-24 18:12:38 pgsql: Remove pg_attribute detail, add URL < pg_attribute.attislocal