Different Port for PostgreSQL?

Поиск
Список
Период
Сортировка
От Dan Ostrowski
Тема Different Port for PostgreSQL?
Дата
Msg-id 003401c2632b$c5b7dd20$0200000a@dan
обсуждение исходный текст
Ответ на delete operation with "where XXX in"  ("Peter Alberer" <h9351252@obelix.wu-wien.ac.at>)
Ответы Re: Different Port for PostgreSQL?  (dan radom <dan@radom.org>)
Список pgsql-general
Hello all...
 
I am developing a databasing system that will be used localy, but in tandem with a hosted web server.
 
As such, I will be implementing a local PostgreSQL server and connecting it to the internet.  However, this machine ( unfortunately ) will probably also have to run the firewall as well, but that's all it will be more than likely.. database and firewall.
 
Ideally, I would be able to send a "REJECT" message ( via iptables ) if the connection is refused because the Database is down or somesuch, instead of just "DROP"ing the connection. This would speed up things for the web scripts when the DB is unreachable locally.  However, port scans will then be able to easily figure out that I am running PostgreSQL on the standard port, presumably.
 
Is there a way to run Postgre on some other non-standard port? Does it do well in this regard?  How would i go about doing that?
 
I know it won't "hack proof" anything really, just make it a bit more confusing for anyone doing port scans on my machine.
 
ideas?
 
 
regards,
dan

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: delete operation with "where XXX in"
Следующее
От: Joe Conway
Дата:
Сообщение: Re: DBLink: interesting issue