From: | Palle Girgensohn <girgen(at)FreeBSD(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Gergely CZUCZY <phoemix(at)harmless(dot)hu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: [girgen@FreeBSD.org: Re: port fault on pg_ctl's |
Date: | 2006-12-13 16:21:42 |
Message-ID: | 9E840DFA389549043C3F3F83@rambutan.pingpong.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
--On onsdag, december 13, 2006 11.04.54 -0500 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
wrote:
> Gergely CZUCZY <phoemix(at)harmless(dot)hu> writes:
>> This is wierd, I agree. The split between server and client is really
>> made = in the postgresql sources,
>> I just follow their guidelines.
>
> [ checks RPM specfiles ... ] Both Devrim and I put pg_ctl in the server
> subpackage, dunno where you think that the sources encourage something
> else ...
>
> regards, tom lane
>From INSTALL:
...
Client-only installation: If you want to install only the client
applications and interface libraries, then you can use these
commands:
gmake -C src/bin install
gmake -C src/include install
gmake -C src/interfaces install
gmake -C doc install
...
src/bin has pg_ctl et al. Maybe encourage is a strong word... ;-)
Just moving pg_ctl to the server package and let the server package depend
on libpq.so.5 should help in this case, I guess...
/Palle
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-12-13 16:28:06 | Re: grant select on all tables of schema or database |
Previous Message | Filip Rembiałkowski | 2006-12-13 16:17:36 | Re: error messages without schema name |