Properties

Name: abbrev 
Specific name: abbrev(inet) 
Owner: postgres 
Argument count:
Return type: text 
Language: internal 
Return a set:  
Source: inet_abbrev 
Volatility:  
Security of definer:  
Strict:  
Comment:  

SQL


CREATE FUNCTION abbrev(inet) RETURNS text
    AS $$inet_abbrev$$
    LANGUAGE internal IMMUTABLE STRICT;


ALTER FUNCTION public.abbrev(inet) OWNER TO postgres;

See Also

List of functions