Changes between Version 6 and Version 7 of INTEGRATING stations


Ignore:
Timestamp:
Dec 6, 2010 11:34:34 AM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • INTEGRATING stations

    v6 v7  
    124124copy wrbd.operation_op from 'C:/base/Operation_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';'  ;  
    125125copy wrbd.operation_op from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/Operation_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';'  ;  
     126-- 966 lines 
    126127 
    127128alter table wrbd.operation_op add column op_nbsets numeric; 
     
    131132alter table wrbd.operation_op add column op_equipment character varying(40); 
    132133update wrbd.operation_op set op_equipment='Handset'; 
    133 alter table wrbd.operation_op rename column op_num_fishing  to op_nb_pass; 
    134134alter table  wrbd.operation_op add column op_nbfem integer; 
    135135alter table  wrbd.operation_op add column op_nbmal integer; 
     
    142142copy wrbd.operation_op(op_st_id,op_year,op_equipment,op_area,op_nbsets,op_nb_pass,op_density,op_totalestim,op_totalweight,op_total,op_nbfem,op_nbmal,op_nbimmat) from 'C:/base/8WFD_river_survey_operations.csv' with csv delimiter as ';' header ;  
    143143copy wrbd.operation_op from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/8WFD_river_survey_operations.csv' with csv delimiter as ';'  ;  
     144--984 lines 
    144145 
    145146alter table wrbd.operation_op add column op_id serial;