config file editor

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: config file editor
Date: 2004-12-01 14:06:48
Message-ID: 41ADCFF8.5060306@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

CVS HEAD not only has menu options to edit pg_hba.conf and
postgresql.conf files on the local file system or via database
connection (if the server is instrumented with the admin package), but
also has command line options:

-c <datadir> will try to locate both files in that directory
-c <configfile> will edit that file, type taken from name
-ch <hba_file> edit file as pg_hba.conf
-cm <cfg_file> edit file as postgresql.conf

This is meant for future versions of installers.

Regards,
Andreas

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2004-12-01 14:09:18 CVS Commit by dpage: Clarify requirements
Previous Message cvs 2004-12-01 14:01:37 CVS Commit by andreas: 8.0beta5 fix