pginstaller - pginst: Add a .bat file that calls psql.

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Add a .bat file that calls psql.
Date: 2007-04-30 10:24:50
Message-ID: 20070430102450.63B8E216E18@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a .bat file that calls psql. This file will set client encoding to win1252 (so it matches the default in at least most installs), and it will also do a pause command if psql failed to connect. This fixes the "window pops up and closes right away" issue.

Modified Files:
--------------
pginst/wxs:
pginst.wxs (r1.199 -> r1.200)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.199&r2=1.200)

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2007-04-30 10:29:53 plpsm - plpgpsm: scrollable cursors support, first iteration
Previous Message User Dpage 2007-04-30 09:35:24 pginstaller - pginst: Fix the check for an existing installation.