Re: [GENERAL] pg_upgrade default ports in the --help output

2012-10-04 Thread Bruce Momjian
On Thu, Oct 4, 2012 at 04:50:09PM +0300, Виктор Егоров wrote: > 2012/10/4 Adrian Klaver : > > http://www.postgresql.org/docs/9.2/static/pgupgrade.html > > "Obviously, no one should be accessing the clusters during the upgrade. > > pg_upgrade defaults to running servers on port 50432 to avoid unint

Re: [GENERAL] pg_upgrade default ports in the --help output

2012-10-04 Thread Виктор Егоров
2012/10/4 Adrian Klaver : > http://www.postgresql.org/docs/9.2/static/pgupgrade.html > "Obviously, no one should be accessing the clusters during the upgrade. > pg_upgrade defaults to running servers on port 50432 to avoid unintended > client connections. You can use the same port number for both c

Re: [GENERAL] pg_upgrade default ports in the --help output

2012-10-04 Thread Adrian Klaver
On 10/04/2012 12:29 AM, Виктор Егоров wrote: Greetings. I just noticed the following default ports in the pg_upgrade --help: -p, --old-port=OLDPORTold cluster port number (default 50432) -P, --new-port=NEWPORTnew cluster port number (default 50432) http://www.postgresql.o

[GENERAL] pg_upgrade default ports in the --help output

2012-10-04 Thread Виктор Егоров
Greetings. I just noticed the following default ports in the pg_upgrade --help: -p, --old-port=OLDPORTold cluster port number (default 50432) -P, --new-port=NEWPORTnew cluster port number (default 50432) Why is this different from: --with-pgport=PORTNUM set default port nu