Documentation patch attached and applied to HEAD and 8.2.X. --------------------------------------------------------------------------- Palle Girgensohn wrote: > > > --On onsdag, december 13, 2006 11.04.54 -0500 Tom Lane <tgl@xxxxxxxxxxxxx> > wrote: > > > Gergely CZUCZY <phoemix@xxxxxxxxxxx> 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 > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your > message can get through to the mailing list cleanly -- Bruce Momjian bruce@xxxxxxxxxx EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. +
Index: doc/src/sgml/installation.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v retrieving revision 1.281 diff -c -c -r1.281 installation.sgml *** doc/src/sgml/installation.sgml 1 Feb 2007 19:10:24 -0000 1.281 --- doc/src/sgml/installation.sgml 3 Feb 2007 22:59:31 -0000 *************** *** 1365,1370 **** --- 1365,1372 ---- <userinput>gmake -C src/interfaces install</> <userinput>gmake -C doc install</> </screen> + <filename>src/bin</> has a few binaries for server-only use, + but they are small. </para> </formalpara> </step>