1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Update FAQ_DEV.

This commit is contained in:
Bruce Momjian
2002-02-01 20:28:32 +00:00
parent a4cf22c734
commit b1c8de4908
2 changed files with 4 additions and 4 deletions

View File

@@ -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;