/[pgswish]/trunk/test.sql
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/test.sql

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

revision 21 by dpavlin, Sun May 29 20:30:18 2005 UTC revision 22 by dpavlin, Sun May 29 22:41:20 2005 UTC
# Line 1  Line 1 
1  select * from pgswish('##dir##/index/test', 'a* or b* or c*', '' ) ;  select * from pgswish('##dir##/index/test', 'a* or b* or c*', '' ) ;
2  select * from pgswish('##dir##/index/test', 'c*', 'swishrank');  select * from pgswish('##dir##/index/test', 'c*', 'swishrank');
3    
4    -- new function
5    select * from pgswish('##dir##/index/test', 'c*', null, 10, 0, array['swishdocpath', 'swishtitle']) as (path text, title text);

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26