Changes between Version 4 and Version 5 of CookBook BDCarthage_UGA


Ignore:
Timestamp:
Oct 3, 2011 1:49:16 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook BDCarthage_UGA

    v4 v5  
    101101 
    102102    UPDATE uga2010.id_bdcarthage set uga='Meuse' where uga IS NULL -- 5539 lines 
     103 
     104CREATE INDEX indexugaid_bdcarthage 
     105ON uga2010.id_bdcarthage 
     106USING btree (id_bdcarth); 
    103107}}}