Revision 5328
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
887 | 887 |
-- Name: COLUMN taxonconcept.family; Type: COMMENT; Schema: public; Owner: - |
888 | 888 |
-- |
889 | 889 |
|
890 |
the identifying version of this field is stored in the chain of parent_id ancestors.'; |
|
891 | 890 |
|
892 | 891 |
|
892 |
|
|
893 | 893 |
-- |
894 | 894 |
-- Name: COLUMN taxonconcept.genus; Type: COMMENT; Schema: public; Owner: - |
895 | 895 |
-- |
896 | 896 |
|
897 |
the identifying version of this field is stored in the chain of parent_id ancestors.'; |
|
898 | 897 |
|
899 | 898 |
|
899 |
|
|
900 | 900 |
-- |
901 | 901 |
-- Name: COLUMN taxonconcept.species; Type: COMMENT; Schema: public; Owner: - |
902 | 902 |
-- |
903 | 903 |
|
904 |
the identifying version of this field is stored in the chain of parent_id ancestors.'; |
|
905 | 904 |
|
906 | 905 |
|
906 |
|
|
907 | 907 |
-- |
908 | 908 |
-- Name: taxondetermination; Type: TABLE; Schema: public; Owner: -; Tablespace: |
909 | 909 |
-- |
lib/PostgreSQL-MySQL.csv | ||
---|---|---|
3 | 3 |
"^SET\b[^;]*;",, |
4 | 4 |
"^(?:CREATE|ALTER) (?:AGGREGATE|PROCEDURAL LANGUAGE|SEQUENCE|TRIGGER|TYPE)\b[^;]*;",, |
5 | 5 |
"(?s)^CREATE FUNCTION\b.*?(\$\w*\$).*?\1;",, |
6 |
"^COMMENT\b[^;]*;",,
|
|
6 |
"(?s)^COMMENT\b.*?';$",,
|
|
7 | 7 |
"^ALTER TABLE\b[^;]*\bSET DEFAULT nextval\([^;]*\)[^;]*;",, |
8 | 8 |
"^CREATE\b[^;]*\bINDEX\b[^;]*\([^;]*\([^;]*;",, |
9 | 9 |
",\n *CONSTRAINT\b.*\bCHECK\b.*?(?=,?$)",, |
Also available in: Unified diff
lib/PostgreSQL-MySQL.csv: COMMENT statement: Fixed bug where ending ; could match only when preceded by ' and followed by a newline, to avoid matching ; embedded in the comment