--- trunk/Makefile 2005/02/18 23:34:31 8 +++ trunk/Makefile 2005/02/19 20:59:17 14 @@ -3,9 +3,8 @@ all: pgswish install psql test < pgswish.sql - psql -c "select * from pgswish('/foo/bar','a*','','','');" test -# psql -c "begin ; select plperlswish('foo','"${dir}"/index/test', 'a* or b* or c*', '', '') ; select * from foo ; drop table foo" test -# cat test.sql | sed "s,##dir##,${dir}," | psql 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: cc -I`pg_config --includedir-server` -fpic -c ${code}.c