diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-02-26 16:07:16 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-02-26 16:07:16 +0000 |
commit | f49beb3f505ca30a155134deb5a9b4b7167c6728 (patch) | |
tree | 44a60307930ca64e20981ae28b2806573eb64bbb /src/backend/executor/nodeHashjoin.c | |
parent | f26203ef32e70127e44a084ceae2be8fafba1928 (diff) | |
download | postgresql-f49beb3f505ca30a155134deb5a9b4b7167c6728.tar.gz postgresql-f49beb3f505ca30a155134deb5a9b4b7167c6728.zip |
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.
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions