pginstaller - pginst: Add a .bat file that calls psql. - Mailing list pgsql-committers

From mha@pgfoundry.org (User Mha)
Subject pginstaller - pginst: Add a .bat file that calls psql.
Date
Msg-id 20070430102450.63B8E216E18@pgfoundry.org
Whole thread Raw
List 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
mostinstalls), and it will also do a pause command if psql failed to connect. This fixes the "window pops up and closes
rightaway" 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)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - pginst: Fix the check for an existing installation.
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: plpsm - plpgpsm: scrollable cursors support, first iteration