Robert Treat wrote:
> On Sunday 06 March 2005 15:25, Hashem Masoud wrote:
> > Hi,
> >
> > I think this is a typo in:
> > http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html
> >
> >
> > lfirst(i), lfirst_int(i), lfirst_oid(i)
> > return the data (a point, inteter and OID
> > respecti
On Monday 07 March 2005 16:22, Robert Treat wrote:
> On Sunday 06 March 2005 15:25, Hashem Masoud wrote:
> Thanks for the report! Attached patch fixes this and 3-4 other typos as
> well.
Hashem has kindly pointed out a few more typos in the FAQ that I have added
in, please apply this patch inste
On Sunday 06 March 2005 15:25, Hashem Masoud wrote:
> Hi,
>
> I think this is a typo in:
> http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html
>
>
> lfirst(i), lfirst_int(i), lfirst_oid(i)
> return the data (a point, inteter and OID
> respectively) at list element i.
>
>
> (inteter)