Project

General

Profile

« Previous | Next » 

Revision 8147

schemas/functions.sql: Added operator ->(regclass, text)

View differences:

schemas/functions.sql
849 849
);
850 850

  
851 851

  
852
--
853
-- Name: ->; Type: OPERATOR; Schema: functions; Owner: -
854
--
855

  
856
CREATE OPERATOR -> (
857
    PROCEDURE = map_get,
858
    LEFTARG = regclass,
859
    RIGHTARG = text
860
);
861

  
862

  
852 863
SET default_tablespace = '';
853 864

  
854 865
SET default_with_oids = false;

Also available in: Unified diff