mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
6fff9a7475
"contrib/tablefunc/tablefunc-test.sql", and adds a standard regression test suite to contrib/tablefunc. Joe Conway
15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
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
|