Revision 12366
Added by Aaron Marcuse-Kubitza almost 11 years ago
vegbien.my.sql | ||
---|---|---|
868 | 868 |
|
869 | 869 |
|
870 | 870 |
-- |
871 |
-- Name: new_query_view_relation_name(varchar(255), varchar(255), varchar(255)); Type: FUNCTION; Schema: public_validations; Owner: -
|
|
871 |
-- Name: query_view_relation_max_prefix_len(); Type: FUNCTION; Schema: public_validations; Owner: -
|
|
872 | 872 |
-- |
873 | 873 |
|
874 | 874 |
|
875 | 875 |
|
876 | 876 |
|
877 | 877 |
-- |
878 |
-- Name: query_relations(regclass); Type: FUNCTION; Schema: public_validations; Owner: -
|
|
878 |
-- Name: new_query_view_relation_name(varchar(255), varchar(255), varchar(255), int(11)); Type: FUNCTION; Schema: public_validations; Owner: -
|
|
879 | 879 |
-- |
880 | 880 |
|
881 | 881 |
|
882 | 882 |
|
883 | 883 |
|
884 | 884 |
-- |
885 |
-- Name: query_view_relation_max_prefix_len(); Type: FUNCTION; Schema: public_validations; Owner: -
|
|
885 |
-- Name: FUNCTION new_query_view_relation_name(query_view_from varchar(255), query_view_to varchar(255), relation_from varchar(255), max_prefix_len int(11)); Type: COMMENT; Schema: public_validations; Owner: -
|
|
886 | 886 |
-- |
887 | 887 |
|
888 | 888 |
|
889 | 889 |
|
890 | 890 |
|
891 | 891 |
-- |
892 |
-- Name: query_relations(regclass, int(11)); Type: FUNCTION; Schema: public_validations; Owner: - |
|
893 |
-- |
|
894 |
|
|
895 |
|
|
896 |
|
|
897 |
|
|
898 |
-- |
|
899 |
-- Name: FUNCTION query_relations(query_view regclass, max_prefix_len int(11)); Type: COMMENT; Schema: public_validations; Owner: - |
|
900 |
-- |
|
901 |
|
|
902 |
|
|
903 |
|
|
904 |
|
|
905 |
-- |
|
892 | 906 |
-- Name: remake_diff_table(regclass, anyelement); Type: FUNCTION; Schema: public_validations; Owner: - |
893 | 907 |
-- |
894 | 908 |
|
Also available in: Unified diff
bugfix: schemas/vegbien.sql: query_relations(), new_query_view_relation_name(): need to take into account the prefix when determining truncation, using the max_prefix_len param