Re: [GENERAL] Making changes to PostgreSQL's configure logic so as to have contrib modules installed in a specific directory and make them use PGXS?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Making changes to PostgreSQL's configure logic so as to have contrib modules installed in a specific directory and make them use PGXS?
Дата
Msg-id 9908.1485919180@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] Making changes to PostgreSQL's configure logic so as to have contribmodules installed in a specific directory and make them use PGXS?  (postgres user <postgresuser1989@gmail.com>)
Список pgsql-general
postgres user <postgresuser1989@gmail.com> writes:
> I want to configure my PostgreSQL installation in such a manner such that
> the contrib modules of the PostgreSQL distribution are stored in a specific
> directory and they should use the PGXS extensions management system
> supported by Postgres, as they are currently packaged along with Postgres
> and follow a specific directory structure they are installed along with
> Postgres but I don't want that. I want all those contrib module extensions
> to use a separate pg_config and hence want their makefiles to use PGXS. How
> do I go about doing that.

What exactly are you trying to accomplish here?  Why do you think it's a
good idea for your extensions to not use the base system's configuration?
It's very easy to construct examples in which such an extension build
would flat out not work with the base system, so your requirement really
has to be that the extension deviate in just limited ways from the base
--- but you've not said in just what ways you want it to deviate.

            regards, tom lane


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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] Making changes to PostgreSQL's configure logic so as tohave contrib modules installed in a specific directory and make them use PGXS?
Следующее
От: Johann Spies
Дата:
Сообщение: [GENERAL] insert - on conflict question