Re: Allowing TCP/IP connections

From: reina(at)nsi(dot)edu (Tony Reina)
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Allowing TCP/IP connections
Date: 2001-12-31 19:05:15
Message-ID: f40d3195.0112311105.c82a9b4@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Marc <syn_uw(at)hotmail_NOSPAM(dot)com> wrote in message news:<3C304AED(dot)1B28722C(at)hotmail_NOSPAM(dot)com>...
> 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 = ''
> #unix_socket_group = ''
> #unix_socket_permissions = 0777
>
> #virtual_host = ''
>
> #krb_server_keyfile = ''

set "tcpip_socket = true" and take out the "#" comment indicator.

-Tony

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bob Smith, Hammett & Edison, Inc. 2002-01-01 01:22:38 VACUUM question, OID range
Previous Message Marc 2001-12-31 11:24:29 Allowing TCP/IP connections