From: | petere(at)postgresql(dot)org (Peter Eisentraut) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: In the SSH setup instructions, change ssh -L 3333:foo.com:5432 |
Date: | 2008-02-26 16:07:16 |
Message-ID: | 20080226160716.A3350754108@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
In the SSH setup instructions, change
ssh -L 3333:foo.com:5432 joe(at)foo(dot)com
I think this should be changed to
ssh -L 3333:localhost:5432 joe(at)foo(dot)com
The reason is that this assumes the postgres server on foo.com allows
connections from foo.com, which is not allowed by the default
listen_addresses setting. Add more detail explaining this.
pointed out by Faheem Mitha
Also change the example port number 3333 to 63333 so no one can complain
that we are stealing a reserved port number.
Modified Files:
--------------
pgsql/doc/src/sgml:
runtime.sgml (r1.407 -> r1.408)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.407&r2=1.408)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2008-02-26 16:19:54 | Re: pgsql: Don't build the win32 support files in the all target, only in |
Previous Message | Peter Eisentraut | 2008-02-26 15:32:30 | pgsql: Add information about format modifiers that apply to numeric |