Re: [ADMIN] Allowing TCP/IP connections

2002-01-03 Thread Nick Fankhauser
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

Re: [ADMIN] Allowing TCP/IP connections

2002-01-03 Thread Nick Fankhauser
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

Re: [ADMIN] Allowing TCP/IP connections

2002-01-03 Thread Jodi Kanter
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

[ADMIN] Allowing TCP/IP connections

2002-01-03 Thread Marc
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

Re: [ADMIN] Allowing TCP/IP connections

2001-12-31 Thread Tony Reina
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 > > #