summaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 7eaa833fea..6915844d75 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Tue Mar 8 08:27:31 EST 2005
+ Last updated: Fri Mar 11 06:42:00 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -658,7 +658,7 @@ typedef struct nameData
Here are some of the List manipulation commands:
lfirst(i), lfirst_int(i), lfirst_oid(i)
- return the data (a point, inteter and OID respectively) at list
+ return the data (a point, integer and OID respectively) at list
element i.
lnext(i)