next up previous contents index
Next: CREATE GROUP Up: Crear Previous: CREATE DATABASE   Índice General   Índice de Materias

CREATE FUNCTION

Descripción: Defines a new function
CREATE FUNCTION name ( [ ftype [, ...] ] )
    RETURNS rtype
    AS definition   
    LANGUAGE 'langname'
    [ WITH ( attribute [, ...] ) ]
CREATE FUNCTION name ( [ ftype [, ...] ] )
    RETURNS rtype
    AS obj_file , link_symbol  
    LANGUAGE 'C'
    [ WITH ( attribute [, ...] ) ]



Ismael Olea 2001-04-21