--- trunk/test.sql 2005/02/20 16:05:24 15 +++ trunk/test.sql 2005/02/20 21:51:56 16 @@ -1,2 +1,3 @@ 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) ;