/[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 12 by dpavlin, Sat Feb 19 00:59:08 2005 UTC revision 13 by dpavlin, Sat Feb 19 16:01:46 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 "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
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.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26