Re: pg_config --configure ...

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: pg_config --configure ...
Дата
Msg-id 42A7CFB4.3060406@paradise.net.nz
обсуждение исходный текст
Ответ на Re: pg_config --configure ...  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-hackers
Marc G. Fournier wrote:
> On Wed, 8 Jun 2005, Brett Schwarz wrote:
>>
>> ./configure `pg_config --configure | tr "'" " "`
>> 
> Thought of that too, still blows up:
> 


How about

./configure `pg_config --configure|sed s/\'//g`

Cheers

Mark




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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: interval->day AdjustIntervalForTypmod?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unsafe use of hash_search(... HASH_ENTER ...)