Re: BUG #13481: No config folder upon installation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bailuding(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13481: No config folder upon installation
Date: 2015-07-03 13:55:08
Message-ID: 27029.1435931708@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

bailuding(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message roberto.morelli 2015-07-03 14:46:57 BUG #13485: JSONB To recordset not working with CamelCase
Previous Message Michael Paquier 2015-07-03 13:50:11 Re: BUG #13126: table constraint loses its comment