Re: BUG #13481: No config folder upon installation

From: Bailu Ding <bailuding(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13481: No config folder upon installation
Date: 2015-07-03 20:57:45
Message-ID: CAG7+g1aKGkZJG=TFmOE0FbhyvqfojfcthgCT=XukP8qEXOgVgA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Tom,

Thanks for the reply!

I have found the configuration files (*.conf) located in the data directory
(the directory specified by -D option when initializing the database).

Is that the right place for the configuration files? Or do I need to create
the sysconfdir folder (PREFIX/etc) and move the configuration files there?
Or is the sysconfdir folder is only for the system-wise client
configuration files?

On Fri, Jul 3, 2015 at 6:55 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> 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
>

--
Best,
Bailu

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message longzou 2015-07-04 01:05:45 BUG #13486: How can I sort unnest results?
Previous Message Andres Freund 2015-07-03 19:14:29 Re: BUG #13484: Performance problem with logical decoding