Re: Locating sharedir in PostgreSQL on Windows

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Locating sharedir in PostgreSQL on Windows
Дата
Msg-id 200711262115.28461.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Locating sharedir in PostgreSQL on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Am Montag, 26. November 2007 schrieb Mark Cave-Ayland:
> >> I'm working on a piece of code for PostGIS to allow the loading of
> >> projection configuration files from the share/postgresql directory, but
> >
> > The share directory is the wrong place for configuration files anyway. 
> > And moreover, non-PostgreSQL packages have no business putting files into
> > PostgreSQL's private directories.
>
> That doesn't seem logical to me.  We expect tsearch configuration files
> to be put into $sharedir/tsearch_data, so why shouldn't PostGIS use a
> similar approach to dealing with external configuration data?

Well, PostGIS is not PostgreSQL.  And those files are not really configuration 
files, in the sense that the user configures them, but data files (or else 
they are in the wrong place).

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Locating sharedir in PostgreSQL on Windows
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: maintenance_work_mem memory constraint?