[Pljava-dev] docs say pg_ctl must be in PATH

Kris Jurka books at ejurka.com
Thu May 24 17:19:57 UTC 2007


The docs say that pg_ctl must be in the patch, but it's actually pg_config 
that is required to build pljava.  pg_ctl is used in the test harness, but 
that seems separater.

Kris Jurka
-------------- next part --------------
Index: docs/readme.html
===================================================================
RCS file: /usr/local/cvsroot/pljava/org.postgresql.pljava/docs/readme.html,v
retrieving revision 1.15
diff -c -r1.15 readme.html
*** docs/readme.html	20 Nov 2005 23:46:43 -0000	1.15
--- docs/readme.html	24 May 2007 17:13:17 -0000
***************
*** 149,155 ****
  <p>Building should be very stright forward:</p>
  <ul>
    <li>No PosgreSQL source is needed.
!   Your path must be set to find the pg_ctl binary. The 'pgxs' concept in
    PostgreSQL will take care of the rest.</li>
    <li>If you are using GCJ, you must supply USE_GCJ=1 to the make command.</li>
    <li>If you are using a normal Java VM, be sure to set the JAVA_HOME
--- 149,155 ----
  <p>Building should be very stright forward:</p>
  <ul>
    <li>No PosgreSQL source is needed.
!   Your path must be set to find the pg_config binary. The 'pgxs' concept in
    PostgreSQL will take care of the rest.</li>
    <li>If you are using GCJ, you must supply USE_GCJ=1 to the make command.</li>
    <li>If you are using a normal Java VM, be sure to set the JAVA_HOME


More information about the Pljava-dev mailing list