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

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

revision 3 by dpavlin, Fri May 20 16:11:38 2005 UTC revision 5 by dpavlin, Fri May 20 19:44:09 2005 UTC
# Line 10  CREATE TYPE __pgest AS ( Line 10  CREATE TYPE __pgest AS (
10  );  );
11    
12  -- Search est-e index as table  -- Search est-e index as table
13  -- select * from pgest('/index/path/','query', limit, offset);  -- select * from pgest('/index/path/','query', '@uri ISTREW .txt' limit, offset);
14  CREATE OR REPLACE FUNCTION pgest(text, text, int, int)  CREATE OR REPLACE FUNCTION pgest(text, text, text, int, int)
15          RETURNS SETOF __pgest          RETURNS SETOF __pgest
16          AS 'pgest', 'pgest'          AS 'pgest', 'pgest'
17          LANGUAGE C IMMUTABLE STRICT;          LANGUAGE C IMMUTABLE STRICT;

Legend:
Removed from v.3  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26