1
0
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:
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 @@
row1 \N
row2 row1
row3 row1
row4 row2
row5 row2
row6 row4
row7 row3
row8 row6
row9 row5