Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Mark Kirkwood
Subject Re: pg_config --configure ...
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: pg_config --configure ...  ("Marc G. Fournier" <[email protected]>)
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 ...)