Allow omitting one or both boundaries in an array slice specifier.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6efbded6e4672c597a6f0dc0f09263e7db7369ff
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-12-23T02:05:29Z
Releases: 9.6.0
Allow omitting one or both boundaries in an array slice specifier.

Omitted boundaries represent the upper or lower limit of the corresponding
array subscript.  This allows simpler specification of many common
use-cases.

(Revised version of commit 9246af6799819847faa33baf441251003acbb8fe)

YUriy Zhuravlev

Files

Documentation touched