On Sunday 06 March 2005 15:25, Hashem Masoud wrote: > Hi, > > I think this is a typo in: > http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html > > > lfirst(i), lfirst_int(i), lfirst_oid(i) > return the data (a point, inteter and OID > respectively) at list element i. > > > (inteter) should be (integer) >
Thanks for the report! Attached patch fixes this and 3-4 other typos as well. -- Robert Treat Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
Index: FAQ_DEV.html =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/FAQ/FAQ_DEV.html,v retrieving revision 1.85 diff -c -r1.85 FAQ_DEV.html *** FAQ_DEV.html 5 Jan 2005 22:37:28 -0000 1.85 --- FAQ_DEV.html 7 Mar 2005 21:19:39 -0000 *************** *** 192,198 **** <P><B>Basic system testing</B></P> <P>The easiest way to test your code is to ensure that it builds ! against the latest verion of the code and that it does not generate compiler warnings.</P> <P>It is worth advised that you pass --enable-cassert to --- 192,198 ---- <P><B>Basic system testing</B></P> <P>The easiest way to test your code is to ensure that it builds ! against the latest version of the code and that it does not generate compiler warnings.</P> <P>It is worth advised that you pass --enable-cassert to *************** *** 210,216 **** directory of the source tree. If any tests failure, investigate.</P> ! <P>If you've deliberately changed existing behaviour, this change may cause a regression test failure but not any actual regression. If so, you should also patch the regression test suite.</P> --- 210,216 ---- directory of the source tree. If any tests failure, investigate.</P> ! <P>If you've deliberately changed existing behavior, this change may cause a regression test failure but not any actual regression. If so, you should also patch the regression test suite.</P> *************** *** 472,478 **** <LI>The initscript;</LI> ! <LI>Any other ancilliary scripts and files;</LI> <LI>A README.rpm-dist document that tries to adequately document both the differences between the RPM build and the WHY of the --- 472,478 ---- <LI>The initscript;</LI> ! <LI>Any other ancillary scripts and files;</LI> <LI>A README.rpm-dist document that tries to adequately document both the differences between the RPM build and the WHY of the *************** *** 601,607 **** cvs ... checkout pgsql </PRE> ! <P>To get a past branch, you cd to whereever you want it and say</P> <PRE> cvs ... checkout -r BRANCHNAME pgsql --- 601,607 ---- cvs ... checkout pgsql </PRE> ! <P>To get a past branch, you cd to wherever you want it and say</P> <PRE> cvs ... checkout -r BRANCHNAME pgsql *************** *** 690,696 **** the source code is available at <A href= "http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php</A> , the code for the next version of the website is under the ! "portal" module. You will al so find code for the "techdocs" website if you would like to contribute to that. A temporary todo list for current website development issues is available at <A href= --- 690,696 ---- the source code is available at <A href= "http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php</A> , the code for the next version of the website is under the ! "portal" module. You will also find code for the "techdocs" website if you would like to contribute to that. A temporary todo list for current website development issues is available at <A href= *************** *** 810,816 **** <DL> <DT>lfirst(i), lfirst_int(i), lfirst_oid(i)</DT> ! <DD>return the data (a point, inteter and OID respectively) at list element <I>i.</I></DD> <DT>lnext(i)</DT> --- 810,816 ---- <DL> <DT>lfirst(i), lfirst_int(i), lfirst_oid(i)</DT> ! <DD>return the data (a point, integer and OID respectively) at list element <I>i.</I></DD> <DT>lnext(i)</DT>
---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org