Project

General

Profile

1 356 aaronmk
VegBank,VegBIEN,Comments
2
,,table renames
3
observation,plotevent,
4
taxonobservation,taxonoccurrence,
5
taxoninterpretation,taxondetermination,
6 363 aaronmk
stemlocation,individualplant,
7
taxonimportance,collectiveobservation,
8 356 aaronmk
 (?: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 363 aaronmk
,,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
",