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: Tue Mar 8 08:27:31 EST 2005
4
+ Last updated: Fri Mar 11 06:42:00 EST 2005
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
@@ -658,7 +658,7 @@ typedef struct nameData
658
658
Here are some of the List manipulation commands:
659
659
660
660
lfirst(i), lfirst_int(i), lfirst_oid(i)
661
- return the data (a point, inteter and OID respectively) at list
661
+ return the data (a point, integer and OID respectively) at list
662
662
element i.
663
663
664
664
lnext(i)
Original file line number Diff line number Diff line change 13
13
< H1 > Developer's Frequently Asked Questions (FAQ) for
14
14
PostgreSQL</ H1 >
15
15
16
- < P > Last updated: Tue Mar 8 08:27:31 EST 2005</ P >
16
+ < P > Last updated: Fri Mar 11 06:42:00 EST 2005</ P >
17
17
18
18
< P > Current maintainer: Bruce Momjian (< A href =
19
19
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -817,7 +817,7 @@ <H3><A name="2.3">2.3</A>) Why do we use <I>Node</I> and
817
817
< DL >
818
818
< DT > lfirst(i), lfirst_int(i), lfirst_oid(i)</ DT >
819
819
820
- < DD > return the data (a point, inteter and OID respectively) at
820
+ < DD > return the data (a point, integer and OID respectively) at
821
821
list element < I > i.</ I > </ DD >
822
822
823
823
< DT > lnext(i)</ DT >
You can’t perform that action at this time.
0 commit comments