Re: updated patch for foreach stmt

Stephen Frost <sfrost@snowman.net>

From: Stephen Frost <sfrost@snowman.net>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Takahiro Itagaki <itagaki.takahiro@gmail.com>
Date: 2011-02-08T21:16:16Z
Lists: pgsql-hackers

Attachments

* Pavel Stehule (pavel.stehule@gmail.com) wrote:
> There is only bad keywords in doc - SCALE instead SLICE and a maybe a
> usage of slicing need a example.

Err, yeah, a couple of stupid documentation issues, sorry about that.

commit 9460c0831f5de71e31823b7e9d8511d2d8124776
Author: Stephen Frost <sfrost@snowman.net>
Date:   Tue Feb 8 16:15:03 2011 -0500

    Add ARRAY keyword to example, ewps.

commit 34a8ffd8d4cfe42bb4f698564f16bd468b9f2613
Author: Stephen Frost <sfrost@snowman.net>
Date:   Tue Feb 8 16:14:17 2011 -0500

    Tabs are bad, mmmkay.

commit cf1ebcb7e4905cc31cd58b4fd9fa90cd488cc0c0
Author: Stephen Frost <sfrost@snowman.net>
Date:   Tue Feb 8 16:13:22 2011 -0500

    PL/PgSQL documentation cleanups
    
    SCALE -> SLICE (no clue where SCALE came from..) and clarify
    what a SLICE is, really.

	Thanks,
		
		Stephen