Обсуждение: Re: Allowing TCP/IP connections

Поиск
Список
Период
Сортировка

Re: Allowing TCP/IP connections

От
reina@nsi.edu (Tony Reina)
Дата:
Marc <syn_uw@hotmail_NOSPAM.com> wrote in message news:<3C304AED.1B28722C@hotmail_NOSPAM.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