/[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 1 by dpavlin, Fri May 20 12:19:05 2005 UTC revision 3 by dpavlin, Fri May 20 16:11:38 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', 'sort');  -- select * from pgest('/index/path/','query', limit, offset);
14  CREATE OR REPLACE FUNCTION pgest(text, text, text)  CREATE OR REPLACE FUNCTION pgest(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.1  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26