I think this may have been answered earlier do to mailing list oddities, but
just in case:
Change this:
#tcpip_socket = false
to this:
tcpip_socket = true
You may also need to make some changes in pg_hba.conf to authorize the
connection from a particular host. Although this page is aimed at J
I think this may have been answered earlier due to mailing list oddities,
but
just in case:
Change this:
#tcpip_socket = false
to this:
tcpip_socket = true
You may also need to make some changes in pg_hba.conf to authorize the
connection from a particular host. Although this page is aimed at
tcpip_socket=1 worked for us...
- Original Message -
From: "Marc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 31, 2001 6:24 AM
Subject: [ADMIN] Allowing TCP/IP connections
> In the postgres configuration file, which options do I have to
In the postgres configuration file, which options do I have to enable to
allow TCP/IP connections:
#
# Connection Parameters
#
#tcpip_socket = false
#ssl = false
#max_connections = 32 # 1-1024
#port = 5432
#hostname_lookup = false
#show_source_port = false
#unix_socket_directory = ''
#un
Marc <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> In the postgres configuration file, which options do I have to enable to
> allow TCP/IP connections:
>
> #
> # Connection Parameters
> #
> #tcpip_socket = false
> #ssl = false
>
> #max_connections = 32 # 1-1024
>
> #