Priess Stefan <[email protected]> writes: > I also need to change the default port from 5433 to 5432 > (--with-pgport=5433). How can I do this using the build.bat toolchain? I > don't see the pgport parameter in the config_default.pl file.
I don't use MSVC myself, but a quick look at the code suggests that
you want to add
"--with-pgport" => 5433
(with the quotes, probably).
regards, tom lane
