diff options
author | Bruce Momjian | 2005-03-11 11:42:03 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-03-11 11:42:03 +0000 |
commit | 7e3a8d9a8382c12f5170f0599ab0667390266109 (patch) | |
tree | db853cd539909333f88d64ca7c778f39b3737f61 /doc/FAQ_DEV | |
parent | c129c164927359b777f7e0f2b2401426f1362aba (diff) |
Fix typo.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 4 |
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) |