This is a little patch to correct the documentation on CVS. The URL for
downloading CVS at cyclic.com site is long defunct, and I changed the text
to not overtly recommend CVS 1.10, a now fairly old version.
Jon
--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
Software development with Interchange, Perl, PostgreSQL, Apache, Linux, ...
Index: sgml/cvs.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/cvs.sgml,v
retrieving revision 1.28
diff -u -c -r1.28 cvs.sgml
*** sgml/cvs.sgml 27 Sep 2004 05:54:58 -0000 1.28
--- sgml/cvs.sgml 2 Dec 2004 00:46:51 -0000
***************
*** 52,61 ****
<para>
You will need a local copy of <productname>CVS</productname>
(Concurrent Version Control System), which you can get from
! <ulink url="http://www.cyclic.com/">http://www.cyclic.com/</ulink> or
! any GNU software archive site.
! We currently recommend version 1.10 (the most recent at the time
! of writing). Many systems have a recent version of
<application>cvs</application> installed by default.
</para>
</step>
--- 52,61 ----
<para>
You will need a local copy of <productname>CVS</productname>
(Concurrent Version Control System), which you can get from
! <ulink url="http://www.cvshome.org/">http://www.cvshome.org/</ulink>
! (the official site with the latest version) or any GNU software
! archive site (often somewhat outdated). We recommend version 1.10
! or newer. Many systems have a recent version of
<application>cvs</application> installed by default.
</para>
</step>
***************
*** 167,173 ****
For more info consult the manual that comes with
<productname>CVS</productname>, or see the online
documentation at
! <ulink url="http://www.cyclic.com/">http://www.cyclic.com/</ulink>.
</para>
</sect1>
--- 167,173 ----
For more info consult the manual that comes with
<productname>CVS</productname>, or see the online
documentation at
! <ulink url="http://www.cvshome.org/">http://www.cvshome.org/</ulink>.
</para>
</sect1>
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match