--- trunk/Makefile 2005/02/19 00:59:08 9 +++ trunk/Makefile 2005/02/19 16:01:46 13 @@ -3,7 +3,7 @@ all: pgswish install psql test < pgswish.sql - psql -c "begin ; select pgswish('"${dir}"/index/test', 'a* or b* or c*', '', '') ; select * from foo ; drop table foo" test + psql -c "select * from pgswish('"${dir}"/index/test', 'a* or b* or c*', '', '') order by size" test # cat test.sql | sed "s,##dir##,${dir}," | psql test pgswish: