Changes between Version 21 and Version 22 of WRBD


Ignore:
Timestamp:
Dec 2, 2010 4:19:39 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WRBD

    v21 v22  
    252252-- operations 
    253253-- changing format of column i 
    254  
     254drop table if exists wrbd.mi_operation_op; 
     255 
     256create table wrbd.mi_operation_op ( 
     257op_lat numeric, 
     258op_long numeric, 
     259op_folio_no character varying(50), 
     260op_code character varying(10), 
     261ope_date date, 
     262ope_year integer, 
     263length text,-- 
     264av_width text,-- 
     265op_area numeric, 
     266habitat_type text,-- 
     267dominant_site_substrate text,-- 
     268macrophyte_cover text,-- 
     269riparian_cover text,-- 
     270datasource text,-- 
     271methodology text, 
     272op_efishing_units text, 
     273no_hooks text, -- 
     274no_nets text , -- 
     275no_days_fished text, -- 
     276op_glass numeric,  
     277op_elver numeric, 
     278op_yellow numeric, 
     279op_silver numeric, 
     280op_not_recorded numeric, 
     281population_life_stage text, -- 
     282op_eels_anaesthetized text,  
     283op_num_fishing integer, 
     284op_p1 integer, 
     285op_p2 integer, 
     286op_p3 integer, 
     287op_p4 integer, 
     288op_p5 integer, 
     289op_total integer, 
     290op_abundance_rating integer, 
     291op_distribution character varying(15), 
     292cpue text,-- 
     293biomass text,-- 
     294op_main_survey_target character varying(20), 
     295annual_elver text, 
     296silver_eel_annual_catch text, 
     297commercial_catch_brown text, 
     298commercial_catch_silver text, 
     299cond text, 
     300temp text, 
     301report text, 
     302authors text, 
     303journal_ref text, 
     304point_of_contact text, 
     305p_of_contact_code text , 
     306p_of_contact2 text, 
     307p_of_c_code2 text, 
     308opedisthwm numeric, 
     309gradient text -- 
     310); 
     311 
     312 
     313copy wrbd.station_st  from 'C:/base/Operation_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';' header;  
    255314}}} 
    256315