diff options
Diffstat (limited to 'src/test/regress/expected/create_misc.out')
| -rw-r--r-- | src/test/regress/expected/create_misc.out | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/regress/expected/create_misc.out b/src/test/regress/expected/create_misc.out index add55bc767..c7600fd13f 100644 --- a/src/test/regress/expected/create_misc.out +++ b/src/test/regress/expected/create_misc.out @@ -121,23 +121,6 @@ INSERT INTO f_star (class, f) VALUES ('f', '(11111111,33333333),(22222222,44444444)'::polygon); INSERT INTO f_star (class) VALUES ('f'); -- --- ARRAYS --- --- --- only this array as a 0-based 'e', the others are 1-based. --- 'e' is also a large object. --- -INSERT INTO arrtest (a[5], b[2][1][2], c, d, f, g) - VALUES ('{1,2,3,4,5}', '{{{},{1,2}}}', '{}', '{}', '{}', '{}'); -UPDATE arrtest SET e[0] = '1.1'; -UPDATE arrtest SET e[1] = '2.2'; -INSERT INTO arrtest (a, b[2][2][1], c, d, e, f, g) - VALUES ('{11,12,23}', '{{3,4},{4,5}}', '{"foobar"}', - '{{"elt1", "elt2"}}', '{"3.4", "6.7"}', - '{"abc","abcdefgh"}', '{"abc","abcdefgh"}'); -INSERT INTO arrtest (a, b[1][2][2], c, d[2][1]) - VALUES ('{}', '{3,4}', '{foo,bar}', '{bar,foo}'); --- -- for internal portal (cursor) tests -- CREATE TABLE iportaltest ( |
