File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Thu Jan 3 03:20:49 EST 2002
4
+ Last updated: Fri Feb 1 15:22:54 EST 2002
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
@@ -572,7 +572,7 @@ typedef struct nameData
572
572
loop through list, assigning each list element to i. It is
573
573
important to note that i is a List *, not the data in the List
574
574
element. You need to use lfirst(i) to get at the data. Here is
575
- a typical code snipped that loops through a List containing Var
575
+ a typical code snippet that loops through a List containing Var
576
576
*'s and processes each one:
577
577
578
578
List *i, *list;
Original file line number Diff line number Diff line change 12
12
< H1 > Developer's Frequently Asked Questions (FAQ) for
13
13
PostgreSQL</ H1 >
14
14
15
- < P > Last updated: Thu Jan 3 03:20:49 EST 2002</ P >
15
+ < P > Last updated: Fri Feb 1 15:22:54 EST 2002</ P >
16
16
17
17
< P > Current maintainer: Bruce Momjian (< A href =
18
18
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -687,7 +687,7 @@ <H3><A name="2.3">2.3</A>) Why do we use <I>Node</I> and <I>List</I> to
687
687
< I > i.</ I > It is important to note that < I > i</ I > is a List *,
688
688
not the data in the < I > List</ I > element. You need to use
689
689
< I > lfirst(i)</ I > to get at the data. Here is a typical code
690
- snipped that loops through a List containing < I > Var *'s</ I >
690
+ snippet that loops through a List containing < I > Var *'s</ I >
691
691
and processes each one:
692
692
< PRE >
693
693
< CODE > List *i, *list;
You can’t perform that action at this time.
0 commit comments