Project

General

Profile

1
VegBank,VegBIEN,Comments
2
,,table renames
3
observation,plotevent,
4
taxonobservation,taxonoccurrence,
5
taxoninterpretation,taxondetermination,
6
stemlocation,individualplant,
7
taxonimportance,collectiveobservation,
8
 (?:LC_COLLATE|LC_CTYPE) = '.*?',,support PostgreSQL before 8.4
9
vegbank(?=; Type: DATABASE\b),vegbien,
10
(?<=\bDATABASE )vegbank,vegbien,
11
(?<=\\connect )vegbank,vegbien,
12
vegbank,bien,
13
,,column moves
14
\Z,"CREATE TABLE taxonbin (
15
    taxonbin_id integer NOT NULL,
16
    label character varying(255) NOT NULL,
17
    stratum_id integer,
18
    sizeclass_id integer,
19
    coverindex_id integer
20
);
21
",
(20-20/27)