I have used Windows7x64 and want start PostgreSQL+POSTGIS without installation process. I copy PostgresSQl\9.1 folder from other laptop to c:\opt. I need create .bat file with enviroment variables and add pg_ctl.exe with any parameters. is it possible start Postgresql server without creating Windows services and using any regedit manipulations? Sorry if my question is not correct compiled
Take the 2-minute tour
×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
PostGIS Windows dl site provides information about running it without installing. The blog it links to has all the info needed. |
|||||
|
I don't think it is possible to run postgres without setting up the service and the The client has to know what port the database is listening to etc. What you can do is setting up the database identically on two computers, and exchange the data directories if needed. |
|||||
|