/[pgswish]/trunk/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by dpavlin, Fri Feb 18 23:34:31 2005 UTC revision 9 by dpavlin, Sat Feb 19 00:59:08 2005 UTC
# Line 3  code=pgswish Line 3  code=pgswish
3    
4  all: pgswish install  all: pgswish install
5          psql test < pgswish.sql          psql test < pgswish.sql
6          psql -c "select * from pgswish('/foo/bar','a*','','','');" test          psql -c "begin ; select pgswish('"${dir}"/index/test', 'a* or b* or c*', '', '') ; select * from foo ; drop table foo" test
 #       psql -c "begin ; select plperlswish('foo','"${dir}"/index/test', 'a* or b* or c*', '', '') ; select * from foo ; drop table foo" test  
7  #       cat test.sql | sed "s,##dir##,${dir}," | psql test  #       cat test.sql | sed "s,##dir##,${dir}," | psql test
8    
9  pgswish:  pgswish:

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26