Revision 12365
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.my.sql | ||
---|---|---|
882 | 882 |
|
883 | 883 |
|
884 | 884 |
-- |
885 |
-- Name: query_view_relation_max_prefix_len(); Type: FUNCTION; Schema: public_validations; Owner: - |
|
886 |
-- |
|
887 |
|
|
888 |
|
|
889 |
|
|
890 |
|
|
891 |
-- |
|
885 | 892 |
-- Name: remake_diff_table(regclass, anyelement); Type: FUNCTION; Schema: public_validations; Owner: - |
886 | 893 |
-- |
887 | 894 |
|
trunk/schemas/vegbien.sql | ||
---|---|---|
1974 | 1974 |
|
1975 | 1975 |
|
1976 | 1976 |
-- |
1977 |
-- Name: query_view_relation_max_prefix_len(); Type: FUNCTION; Schema: public_validations; Owner: - |
|
1978 |
-- |
|
1979 |
|
|
1980 |
CREATE FUNCTION query_view_relation_max_prefix_len() RETURNS integer |
|
1981 |
LANGUAGE sql IMMUTABLE |
|
1982 |
AS $$ |
|
1983 |
SELECT 6/*len of '~type.', '_diff_'*/ |
|
1984 |
$$; |
|
1985 |
|
|
1986 |
|
|
1987 |
-- |
|
1977 | 1988 |
-- Name: remake_diff_table(regclass, anyelement); Type: FUNCTION; Schema: public_validations; Owner: - |
1978 | 1989 |
-- |
1979 | 1990 |
|
Also available in: Unified diff
schemas/vegbien.sql: added query_view_relation_max_prefix_len()