diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index b95104f916b..f70aa8704d2 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Tue Mar 8 08:27:31 EST 2005</P> + <P>Last updated: Fri Mar 11 06:42:00 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -817,7 +817,7 @@ <DL> <DT>lfirst(i), lfirst_int(i), lfirst_oid(i)</DT> - <DD>return the data (a point, inteter and OID respectively) at + <DD>return the data (a point, integer and OID respectively) at list element <I>i.</I></DD> <DT>lnext(i)</DT> |