Likely typo in FAQ_DEV.html

Started by Hashem Masoudabout 21 years ago5 messagesbugs
Jump to latest
#1Hashem Masoud
u_z_9@yahoo.com

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) should be (integer)

Thanks,

__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/

#2Robert Treat
xzilla@users.sourceforge.net
In reply to: Hashem Masoud (#1)
Re: Likely typo in FAQ_DEV.html

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) should be (integer)

Thanks for the report! Attached patch fixes this and 3-4 other typos as well.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

Attachments:

FAQ_DEV.html.patchtext/x-diff; charset=iso-8859-1; name=FAQ_DEV.html.patchDownload+12-12
#3Robert Treat
xzilla@users.sourceforge.net
In reply to: Robert Treat (#2)
Re: [pgsql-www] Likely typo in FAQ_DEV.html

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 instead.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

Attachments:

FAQ_DEV.html.patch2text/x-diff; charset=utf-8; name=FAQ_DEV.html.patch2Download+16-16
#4Bruce Momjian
bruce@momjian.us
In reply to: Hashem Masoud (#1)
Re: Likely typo in FAQ_DEV.html

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) should be (integer)

Thanks. Fixed.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#5Bruce Momjian
bruce@momjian.us
In reply to: Robert Treat (#2)
Re: Likely typo in FAQ_DEV.html

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
respectively) at list element i.

(inteter) should be (integer)

Thanks for the report! Attached patch fixes this and 3-4 other typos as well.

Thanks. Applied.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073