Re: [ADMIN] Change Unix Socket directory at build time - Mailing list pgsql-admin

From Andres Freund
Subject Re: [ADMIN] Change Unix Socket directory at build time
Date
Msg-id 20170414162129.mirqxh3atafs54fi@alap3.anarazel.de
Whole thread Raw
In response to [ADMIN] Change Unix Socket directory at build time  (Santiago DIEZ <santiago.diez@caoba.fr>)
Responses Re: [ADMIN] Change Unix Socket directory at build time  (Santiago DIEZ <santiago.diez@caoba.fr>)
List pgsql-admin
Hi,

On 2017-04-14 17:55:39 +0200, Santiago DIEZ wrote:
> I usualy change the unix_socket_directory in the server configuration but
> I'd like to change it for good at build time. I read everywhere (here
> <https://www.postgresql.org/docs/current/static/runtime-config-connection.html>
> for example):
> "unix_socket_directories (string)
> The default value is normally /tmp, but that can be changed at build time."
>
> Ok good but I've read ./configure --help and I cannot find how to do it.

You need to edit src/include/pg_config_manual.h and adapat DEFAULT_PGSOCKET_DIR

- Andres


pgsql-admin by date:

Previous
From: Santiago DIEZ
Date:
Subject: [ADMIN] Change Unix Socket directory at build time
Next
From: Santiago DIEZ
Date:
Subject: Re: [ADMIN] Change Unix Socket directory at build time