diff options
| author | Teodor Sigaev <teodor@sigaev.ru> | 2015-12-18 15:18:58 +0300 |
|---|---|---|
| committer | Teodor Sigaev <teodor@sigaev.ru> | 2015-12-18 15:18:58 +0300 |
| commit | 9246af6799819847faa33baf441251003acbb8fe (patch) | |
| tree | 4ec56f3add9dc6e3bb583a9c3d617385390109fe /src/test/regress/output/misc.source | |
| parent | 33bd250f6c4cc309f4eeb657da80f1e7743b3e5c (diff) | |
| download | postgresql-9246af6799819847faa33baf441251003acbb8fe.tar.gz | |
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
Diffstat (limited to 'src/test/regress/output/misc.source')
| -rw-r--r-- | src/test/regress/output/misc.source | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source index 5f263f9a3a..155972bc9a 100644 --- a/src/test/regress/output/misc.source +++ b/src/test/regress/output/misc.source @@ -586,6 +586,7 @@ SELECT user_relns() AS user_relns array_index_op_test array_op_test arrtest + arrtest_s b b_star bb @@ -710,7 +711,7 @@ SELECT user_relns() AS user_relns tvvmv varchar_tbl xacttest -(132 rows) +(133 rows) SELECT name(equipment(hobby_construct(text 'skywalking', text 'mer'))); name |
