Re: Configurable path to look up dynamic libraries
| От | Tom Lane |
|---|---|
| Тема | Re: Configurable path to look up dynamic libraries |
| Дата | |
| Msg-id | 11253.989954855@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Configurable path to look up dynamic libraries (Peter Eisentraut <peter_e@gmx.net>) |
| Ответы |
Re: Configurable path to look up dynamic libraries
|
| Список | pgsql-hackers |
teg@redhat.com (Trond Eivind Glomsrød) writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> teg@redhat.com (Trond Eivind Glomsrød) writes:
> You could search in a path... first sysconfdir, then datadir.
>>
>> Surely the other way around.
> Which could work as well - or just a switch to postmaster to tell it
> which file to use.
I could live with a datadir-then-sysconfdir path search. (It should be
datadir first, since the sysconfdir file would serve as a system-wide
default for multiple postmasters.) Given that approach I see no real
need for a postmaster switch.
Possibly the same approach should apply to all the config files we
currently store in datadir?
There is a security issue here: stuff stored in datadir is not visible
to random other users on the machine (since datadir is mode 700), but
I would not expect sysconfdir to be mode 700. We'd need to think about
the implications of allowing Postgres config files to be world-visible.
regards, tom lane
В списке pgsql-hackers по дате отправления: