Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> On Friday 19 June 2009 00:56:42 Bruce Momjian wrote:
>> A third install method is to use PGXS
>> (assuming the new 'pg_config' is in your $PATH):
>>
>> USE_PGXS=1 gmake prefix=/usr/local/pgsql.new install
> Maybe the latter method should be the default, as it matches better with how
> we encourage other extension modules to be built?
Also, the recommendation to specify prefix here is redundant and
error-prone. It can get the correct prefix from pg_config.
regards, tom lane