/[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 8 by dpavlin, Fri Feb 18 23:34:31 2005 UTC revision 12 by dpavlin, Sat Feb 19 15:09:05 2005 UTC
# Line 4  CREATE TYPE __pgswish AS ( Line 4  CREATE TYPE __pgswish AS (
4          rank int,          rank int,
5          path text,          path text,
6          headline text,          headline text,
7          size int,          size int
         properties text[]  
8  );  );
9    
10  --                         pgswish('/index/path/','query');  --                         pgswish('/index/path/','query', 'property' 'sort');
11  CREATE OR REPLACE FUNCTION pgswish(text, text, text, text, text)  CREATE OR REPLACE FUNCTION pgswish(text, text, text, text)
12          RETURNS SETOF __pgswish          RETURNS SETOF __pgswish
13          AS 'pgswish', 'pgswish'          AS 'pgswish', 'pgswish'
14          LANGUAGE C IMMUTABLE STRICT;          LANGUAGE C IMMUTABLE STRICT;

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

  ViewVC Help
Powered by ViewVC 1.1.26