summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-01 20:28:32 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-01 20:28:32 +0000
commitb1c8de4908773f0f4de8d651872c809a4d5217ad (patch)
treef4d97775e23f0c324aee9e163ff2ae506ccaad15 /doc/src
parenta4cf22c7349578533e53226efb0d5b04e1617513 (diff)
downloadpostgresql-b1c8de4908773f0f4de8d651872c809a4d5217ad.tar.gz
Update FAQ_DEV.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ_DEV.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 0f2e23b0c0..e4cf58dcab 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -12,7 +12,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
- <P>Last updated: Thu Jan 3 03:20:49 EST 2002</P>
+ <P>Last updated: Fri Feb 1 15:22:54 EST 2002</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -687,7 +687,7 @@
<I>i.</I> It is important to note that <I>i</I> is a List *,
not the data in the <I>List</I> element. You need to use
<I>lfirst(i)</I> to get at the data. Here is a typical code
- snipped that loops through a List containing <I>Var *'s</I>
+ snippet that loops through a List containing <I>Var *'s</I>
and processes each one:
<PRE>
<CODE>List *i, *list;