1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

The attached removes the current non-standard file

"contrib/tablefunc/tablefunc-test.sql", and adds a standard regression
test suite to contrib/tablefunc.

Joe Conway
This commit is contained in:
Bruce Momjian
2002-09-12 00:14:40 +00:00
parent 6309033b16
commit 6fff9a7475
7 changed files with 272 additions and 85 deletions

View File

@ -0,0 +1,9 @@
1 \N
2 1
3 1
4 2
5 2
6 4
7 3
8 6
9 5

View File

@ -0,0 +1,9 @@
row1 \N
row2 row1
row3 row1
row4 row2
row5 row2
row6 row4
row7 row3
row8 row6
row9 row5

View File

@ -0,0 +1,14 @@
1 group1 test1 att1 val1
2 group1 test1 att2 val2
3 group1 test1 att3 val3
4 group1 test1 att4 val4
5 group1 test2 att1 val5
6 group1 test2 att2 val6
7 group1 test2 att3 val7
8 group1 test2 att4 val8
9 group2 test3 att1 val1
10 group2 test3 att2 val2
11 group2 test3 att3 val3
12 group2 test4 att1 val4
13 group2 test4 att2 val5
14 group2 test4 att3 val6