Re: Relocatable locale

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Relocatable locale
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BB35@algol.sollentuna.se
обсуждение исходный текст
Ответ на Relocatable locale  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Relocatable locale  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
> > You wouldn't expect the environment var to be set by an app
> in those
> > cases - it would be set by a sysadmin or an installer on a
> system-wide
> > basis when pg is installed in other than the hardcoded location. At
> > least, that's the way I understood Bruce's suggestion.
>
> Strange.  I don't suppose that PostgreSQL is the first
> package using gettext on Windows.  How does everyone else handle this?

I don't beleive this is a windows-specific issue. It's a general issue
for all relocateable installs.

As for how to do it - on Windows you *can* get the path of the DLL that
is executing your code, using GetModuleFileName(). Hardly
cross-platform, but can be done.

(The "windows standard" way of doing it is using String Tables as
resources inside the DLL.But that's now what gettext uses, so it's not
relevant unless we'd want to replace gettext (which we don't))

//Magnus

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: pg_ctl.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Relocatable locale