Re: pg_config --configure ... - Mailing list pgsql-hackers

From Mark Kirkwood
Subject Re: pg_config --configure ...
Date
Msg-id 42A7CFB4.3060406@paradise.net.nz
Whole thread Raw
In response to Re: pg_config --configure ...  ("Marc G. Fournier" <scrappy@postgresql.org>)
List 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 by date:

Previous
From: Michael Glaesemann
Date:
Subject: interval->day AdjustIntervalForTypmod?
Next
From: Tom Lane
Date:
Subject: Re: unsafe use of hash_search(... HASH_ENTER ...)