/[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 5 by dpavlin, Fri May 20 19:44:09 2005 UTC revision 12 by dpavlin, Wed May 25 23:38:37 2005 UTC
# Line 14  CREATE TYPE __pgest AS ( Line 14  CREATE TYPE __pgest AS (
14  CREATE OR REPLACE FUNCTION pgest(text, 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 CALLED ON NULL INPUT;
18    
19  CREATE OR REPLACE FUNCTION pgest2(text[])  CREATE OR REPLACE FUNCTION pgest2(text[])
20  RETURNS setof record  RETURNS setof record

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

  ViewVC Help
Powered by ViewVC 1.1.26