Project

General

Profile

« Previous | Next » 

Revision 12268

schemas/util.sql: added qual_name(type unknown) to avoid needing to explicitly specify the type of an input string

View differences:

trunk/schemas/util.sql
1997 1997

  
1998 1998

  
1999 1999
--
2000
-- Name: qual_name(unknown); Type: FUNCTION; Schema: util; Owner: -
2001
--
2002

  
2003
CREATE FUNCTION qual_name(type unknown) RETURNS text
2004
    LANGUAGE sql STABLE STRICT
2005
    AS $_$
2006
SELECT util.qual_name($1::text::regtype)
2007
$_$;
2008

  
2009

  
2010
--
2000 2011
-- Name: raise_notice(text); Type: FUNCTION; Schema: util; Owner: -
2001 2012
--
2002 2013

  

Also available in: Unified diff