pginstaller - pginst: Add feature for initdb (directory can be changed)

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Add feature for initdb (directory can be changed)
Date: 2004-06-15 22:23:46
Message-ID: 20040615222346.B8B2016C375B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add feature for initdb (directory can be changed)
Add dialog for initdb parameters (locale, encoding, superuser)
Add custom action that validares selected locale on the system (so we don't break on initdb)

Modified Files:
--------------
pginst:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.diff?r1=1.2&r2=1.3)
pginst/wxs:
dialogs.wxs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.1&r2=1.2)
pginst.wxs (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.4&r2=1.5)
uidata.wxs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/uidata.wxs.diff?r1=1.1&r2=1.2)

Added Files:
-----------
pginst/ca:
Makefile (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
pginstca.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-06-16 01:27:10 pgsql-server: Represent type-specific length coercion functions as
Previous Message User Mha 2004-06-15 22:16:31 pginstaller - pginst: New Directory