Re: missing instruction for "client-only" install

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: missing instruction for "client-only" install
Дата
Msg-id 1355.1009141394@sss.pgh.pa.us
обсуждение исходный текст
Ответ на missing instruction for "client-only" install  (Vivek Khera <khera@kcilink.com>)
Список pgsql-bugs
Vivek Khera <khera@kcilink.com> writes:
> The installation instructions for client-only say to do this:
>      gmake -C src/bin install
>      gmake -C src/interfaces install
>      gmake -C doc install

> However, this leaves you with incomplete headers.  The following
> should be added to the instructions.

I think the preferred thing is

    gmake -C src/include install

rather than manually installing the headers.  I've fixed
installation.sgml.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Strange pg_oid problem.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Serializable access giving wrong error messages?