REM environment parms that PostgreSQL needs
rem put F:\Program Files\PostgreSQL\9.3\bin on the path.
rem put the equivalent of these in your set environment
rem where data files are
SET PGDATA=E:\Postgre
rem default database
SET PGDATABASE=postgres
rem master Postgre super user
SET PGUSER=postgres
rem port Postgre listens on
SET PGPORT=5432
rem where locale executables are
SET PGLOCALEDIR=F:\Program Files\PostgreSQL\9.3\share\locale
rem -30-