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

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

revision 12 by dpavlin, Sat Feb 19 15:09:05 2005 UTC revision 13 by dpavlin, Sat Feb 19 16:01:46 2005 UTC
# Line 1  Line 1 
1  drop type __pgswish cascade;  drop type __pgswish cascade;
2    
3  CREATE TYPE __pgswish AS (  CREATE TYPE __pgswish AS (
4          rank int,          rank integer,
5          path text,          path text,
6          headline text,          headline text,
7          size int          size integer
8  );  );
9    
10  --                         pgswish('/index/path/','query', 'property' 'sort');  --                         pgswish('/index/path/','query', 'property' 'sort');

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26