Re: pg_config --configure ...

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Brett Schwarz <brett_schwarz(at)yahoo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_config --configure ...
Date: 2005-06-09 05:12:20
Message-ID: 42A7CFB4.3060406@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-06-09 05:20:00 Re: unsafe use of hash_search(... HASH_ENTER ...)
Previous Message Michael Glaesemann 2005-06-09 05:08:31 interval->day AdjustIntervalForTypmod?