/[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 41 by dpavlin, Sat Sep 10 20:35:09 2005 UTC revision 49 by dpavlin, Sat Oct 29 18:54:40 2005 UTC
# Line 5  CREATE OR REPLACE FUNCTION pgest(text, t Line 5  CREATE OR REPLACE FUNCTION pgest(text, t
5          AS 'pgest','pgest_attr'          AS 'pgest','pgest_attr'
6          LANGUAGE 'C' IMMUTABLE CALLED ON NULL INPUT;          LANGUAGE 'C' IMMUTABLE CALLED ON NULL INPUT;
7    
8  -- select * from pgest('http://localhost:1978/node/trivia', 'admin', 'admin', 'query', '@title ISTRINC foo', '@title STRA', limit, offset, ARRAY['@id','@title','@size']) as (id text, title text, size text);  -- select * from pgest('http://localhost:1978/node/trivia', 'admin', 'admin', depth, 'query', '@title ISTRINC foo', '@title STRA', limit, offset, ARRAY['@id','@title','@size']) as (id text, title text, size text);
9  CREATE OR REPLACE FUNCTION pgest(text, text, text, text, text, text, int, int, text[])  CREATE OR REPLACE FUNCTION pgest(text, text, text, int, text, text, text, int, int, text[])
10          RETURNS setof record          RETURNS setof record
11          AS 'pgest','pgest_node'          AS 'pgest','pgest_node'
12          LANGUAGE 'C' IMMUTABLE CALLED ON NULL INPUT;          LANGUAGE 'C' IMMUTABLE CALLED ON NULL INPUT;

Legend:
Removed from v.41  
changed lines
  Added in v.49

  ViewVC Help
Powered by ViewVC 1.1.26