/[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 13 - (hide annotations)
Sat Feb 19 16:01:46 2005 UTC (19 years, 2 months ago) by dpavlin
File size: 318 byte(s)
first working version (without returning properties)

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

  ViewVC Help
Powered by ViewVC 1.1.26