Re: [girgen@FreeBSD.org: Re: port fault on pg_ctl's - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [girgen@FreeBSD.org: Re: port fault on pg_ctl's
Date
Msg-id 200702032301.l13N1T000471@momjian.us
Whole thread Raw
In response to Re: [girgen@FreeBSD.org: Re: port fault on pg_ctl's  (Palle Girgensohn <girgen@FreeBSD.org>)
List pgsql-general
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@sss.pgh.pa.us>
> wrote:
>
> > Gergely CZUCZY <phoemix@harmless.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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--
  Bruce Momjian   bruce@momjian.us
  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>

pgsql-general by date:

Previous
From: brian
Date:
Subject: Re: some ports closed in Fedora
Next
From: elein
Date:
Subject: Re: Can a function be parameter in PL/PGSQL function?