]> granicus.if.org Git - postgresql/commit
In the SSH setup instructions, change
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 26 Feb 2008 16:07:16 +0000 (16:07 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 26 Feb 2008 16:07:16 +0000 (16:07 +0000)
commitf49beb3f505ca30a155134deb5a9b4b7167c6728
tree44a60307930ca64e20981ae28b2806573eb64bbb
parentf26203ef32e70127e44a084ceae2be8fafba1928
In the SSH setup instructions, change

ssh -L 3333:foo.com:5432 joe@foo.com

I think this should be changed to

ssh -L 3333:localhost:5432 joe@foo.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.
doc/src/sgml/runtime.sgml