Revision 12504
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/util.sql | ||
---|---|---|
2983 | 2983 |
|
2984 | 2984 |
|
2985 | 2985 |
-- |
2986 |
-- Name: schema_regexp(regclass); Type: FUNCTION; Schema: util; Owner: - |
|
2987 |
-- |
|
2988 |
|
|
2989 |
CREATE FUNCTION schema_regexp(relation regclass) RETURNS text |
|
2990 |
LANGUAGE sql IMMUTABLE |
|
2991 |
AS $_$ |
|
2992 |
SELECT util.schema_regexp(schema_anchor := $1) |
|
2993 |
$_$; |
|
2994 |
|
|
2995 |
|
|
2996 |
-- |
|
2986 | 2997 |
-- Name: schema_regexp(anyelement); Type: FUNCTION; Schema: util; Owner: - |
2987 | 2998 |
-- |
2988 | 2999 |
|
Also available in: Unified diff
schemas/util.sql: added schema_regexp(regclass)