Re: BUG #13481: No config folder upon installation - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #13481: No config folder upon installation
Date
Msg-id 27029.1435931708@sss.pgh.pa.us
Whole thread Raw
In response to BUG #13481: No config folder upon installation  (bailuding@gmail.com)
Responses Re: BUG #13481: No config folder upon installation  (Bailu Ding <bailuding@gmail.com>)
List pgsql-bugs
bailuding@gmail.com writes:
> I compiled the source code following the instructions in the INSTALL file.
> After the installation, the directory sysconfdir was not created. I tried
> both using the default configuration (where the sysconfdir should be
> /usr/local/pgsql/etc/) and specifying the sysconfdir variable explicitly.

I don't believe we either try to create that directory or try to put
anything in it during "make install".  Anything you might want to put
there would need to be hand-created anyway.  (Note that the only thing
that goes there is system-wide client configuration files, which few
installations need.  Server configuration files live in the cluster data
directory by default.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #13126: table constraint loses its comment
Next
From: Petr Jelinek
Date:
Subject: Re: BUG #13126: table constraint loses its comment