Skip to content
Snippets Groups Projects
Commit 7e3a8d9a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix typo.

parent c129c164
No related branches found
No related tags found
No related merge requests found
Developer's Frequently Asked Questions (FAQ) for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -658,7 +658,7 @@ typedef struct nameData ...@@ -658,7 +658,7 @@ typedef struct nameData
Here are some of the List manipulation commands: Here are some of the List manipulation commands:
lfirst(i), lfirst_int(i), lfirst_oid(i) 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. element i.
lnext(i) lnext(i)
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for <H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1> 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= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
...@@ -817,7 +817,7 @@ ...@@ -817,7 +817,7 @@
<DL> <DL>
<DT>lfirst(i), lfirst_int(i), lfirst_oid(i)</DT> <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> list element <I>i.</I></DD>
<DT>lnext(i)</DT> <DT>lnext(i)</DT>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment