mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +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:
9
contrib/tablefunc/data/connectby_text.data
Normal file
9
contrib/tablefunc/data/connectby_text.data
Normal file
@@ -0,0 +1,9 @@
|
||||
row1 \N
|
||||
row2 row1
|
||||
row3 row1
|
||||
row4 row2
|
||||
row5 row2
|
||||
row6 row4
|
||||
row7 row3
|
||||
row8 row6
|
||||
row9 row5
|
||||
Reference in New Issue
Block a user