]> granicus.if.org Git - postgresql/commit
Allow to omit boundaries in array subscript
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 18 Dec 2015 12:18:58 +0000 (15:18 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 18 Dec 2015 12:18:58 +0000 (15:18 +0300)
commit9246af6799819847faa33baf441251003acbb8fe
tree4ec56f3add9dc6e3bb583a9c3d617385390109fe
parent33bd250f6c4cc309f4eeb657da80f1e7743b3e5c
Allow to omit boundaries in array subscript

Allow to omiy lower or upper or both boundaries in array subscript
for selecting slice of array.

Author: YUriy Zhuravlev
12 files changed:
doc/src/sgml/array.sgml
src/backend/executor/execQual.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/outfuncs.c
src/backend/parser/gram.y
src/backend/parser/parse_node.c
src/backend/parser/parse_target.c
src/include/nodes/parsenodes.h
src/test/regress/expected/arrays.out
src/test/regress/output/misc.source
src/test/regress/sql/arrays.sql