/[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 49 by dpavlin, Sat Oct 29 18:54:40 2005 UTC revision 61 by dpavlin, Mon Aug 7 11:14:52 2006 UTC
# Line 10  CREATE OR REPLACE FUNCTION pgest(text, t Line 10  CREATE OR REPLACE FUNCTION pgest(text, t
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;
13    
14    -- trigger for insert/update or delete
15    CREATE OR REPLACE FUNCTION pgest_trigger() RETURNS TRIGGER
16            AS 'pgest', 'pgest_trigger'
17            LANGUAGE 'C' STRICT;
18    

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

  ViewVC Help
Powered by ViewVC 1.1.26