diff options
Diffstat (limited to 'contrib/ltree/expected/ltree.out')
| -rw-r--r-- | contrib/ltree/expected/ltree.out | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ltree/expected/ltree.out b/contrib/ltree/expected/ltree.out index c8eac3f6b21..d2a56628475 100644 --- a/contrib/ltree/expected/ltree.out +++ b/contrib/ltree/expected/ltree.out @@ -128,6 +128,8 @@ SELECT subpath('Top.Child1.Child2',1);   Child1.Child2  (1 row) +SELECT subpath('Top.Child1.Child2',-4);  -- error +ERROR:  invalid positions  SELECT index('1.2.3.4.5.6','1.2');   index   -------  | 
