/[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

Contents of /trunk/test.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22 - (show annotations)
Sun May 29 22:41:20 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 278 byte(s)
Added pgswish_arr function using SFRM_Materialize mode. Integer properties
doesn't work yet.

1 select * from pgswish('##dir##/index/test', 'a* or b* or c*', '' ) ;
2 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);

  ViewVC Help
Powered by ViewVC 1.1.26