b b wrote:
>
> What port does the postgresql server listen on.
It listens on whichever port you tell it to :) 5432 by default I think.
> How do we know the port postgresql is listening on?
Make sure that tcp connections are enabled in the conf file. TCP
connection are *not* enabled by default.
Jean-Christian Imbeault