/[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 3 by dpavlin, Thu Feb 17 17:57:02 2005 UTC revision 4 by dpavlin, Thu Feb 17 18:41:22 2005 UTC
# Line 1  Line 1 
1  dir=`pwd`  dir=`pwd`
2    
3  all:  all:
         echo ${dir}  
4          psql test < pgswish.sql          psql test < pgswish.sql
5          psql -c "begin ; select plperlswish('foo','"${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
6          cat test.sql | sed "s,##dir##,${dir}," | psql test          cat test.sql | sed "s,##dir##,${dir}," | psql test

Legend:
Removed from v.3  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26