Project

General

Profile

« Previous | Next » 

Revision 8324

schemas/util.sql: Added type_qual_name()

View differences:

schemas/util.sql
1060 1060

  
1061 1061

  
1062 1062
--
1063
-- Name: type_qual_name(regtype); Type: FUNCTION; Schema: util; Owner: -
1064
--
1065

  
1066
CREATE FUNCTION type_qual_name(type regtype) RETURNS text
1067
    LANGUAGE sql STABLE STRICT
1068
    SET search_path TO pg_temp
1069
    AS $_$
1070
SELECT $1::text
1071
$_$;
1072

  
1073

  
1074
--
1063 1075
-- Name: typeof(text, regtype); Type: FUNCTION; Schema: util; Owner: -
1064 1076
--
1065 1077

  

Also available in: Unified diff