--- trunk/test.sql 2005/02/20 22:58:25 18 +++ trunk/test.sql 2005/05/29 20:30:18 20 @@ -1,5 +1,2 @@ select * from pgswish('##dir##/index/test', 'a* or b* or c*', '' ) ; select * from pgswish('##dir##/index/test', 'c*', 'swishrank'); -select * from pgswish2('{foo}') as (a text, b text) ; -select * from pgswish2('{foo}') as (a text, b text, c text) ; -select * from pgswish2('{foo}') as (a text, b text, c text, d text) ;