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

Annotation of /trunk/pgswish.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (hide annotations)
Fri Feb 18 23:34:31 2005 UTC (19 years, 2 months ago) by dpavlin
File size: 317 byte(s)
first, not-yet working C version

1 dpavlin 8 drop type __pgswish cascade;
2    
3     CREATE TYPE __pgswish AS (
4     rank int,
5     path text,
6     headline text,
7     size int,
8     properties text[]
9     );
10    
11     -- pgswish('/index/path/','query');
12     CREATE OR REPLACE FUNCTION pgswish(text, text, text, text, text)
13     RETURNS SETOF __pgswish
14     AS 'pgswish', 'pgswish'
15     LANGUAGE C IMMUTABLE STRICT;
16    

  ViewVC Help
Powered by ViewVC 1.1.26