diff options
author | Michael Meskes <meskes@postgresql.org> | 2006-09-05 12:11:03 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2006-09-05 12:11:03 +0000 |
commit | c9970d5948b0ffcf771eef8499c9d3e7a57f4952 (patch) | |
tree | 5dc976bccd4c7e77fa484e81aed7a60e973a1787 /src/interfaces/ecpg/test/expected/sql-array.stdout | |
parent | 276b3bb3e366cef0163bf0e3be7d4c5f5c9d84ec (diff) | |
download | postgresql-c9970d5948b0ffcf771eef8499c9d3e7a57f4952.tar.gz postgresql-c9970d5948b0ffcf771eef8499c9d3e7a57f4952.zip |
Started to cleanup complex tests.
Added some interval checks to regression suite.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/sql-array.stdout')
-rw-r--r-- | src/interfaces/ecpg/test/expected/sql-array.stdout | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-array.stdout b/src/interfaces/ecpg/test/expected/sql-array.stdout new file mode 100644 index 00000000000..88c19f2498a --- /dev/null +++ b/src/interfaces/ecpg/test/expected/sql-array.stdout @@ -0,0 +1,13 @@ +Found f=14.070000 text=0123456789 +Found a[0] = 9 +Found a[1] = 8 +Found a[2] = 7 +Found a[3] = 6 +Found a[4] = 5 +Found a[5] = 4 +Found a[6] = 3 +Found a[7] = 2 +Found a[8] = 1 +Found a[9] = 0 +Found text=klmnopqrst +Found text={9,8,7,6,5,4,3,2,1,0} |