/[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 9 by dpavlin, Sat Feb 19 00:59:08 2005 UTC
# Line 8  CREATE TYPE __pgswish AS ( Line 8  CREATE TYPE __pgswish AS (
8          properties text[]          properties text[]
9  );  );
10    
11  --                         pgswish('/index/path/','query');  --                         pgswish('/index/path/','query', 'property' 'sort');
12  CREATE OR REPLACE FUNCTION pgswish(text, text, text, text, text)  CREATE OR REPLACE FUNCTION pgswish(text, text, text, text)
13          RETURNS SETOF __pgswish          RETURNS SETOF __pgswish
14          AS 'pgswish', 'pgswish'          AS 'pgswish', 'pgswish'
15          LANGUAGE C IMMUTABLE STRICT;          LANGUAGE C IMMUTABLE STRICT;

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

  ViewVC Help
Powered by ViewVC 1.1.26