Changes between Version 11 and Version 12 of European WISE layers Download and load


Ignore:
Timestamp:
Jul 26, 2010 4:29:16 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • European WISE layers Download and load

    v11 v12  
    3838{{{ 
    3939--- In sql editor  
     40#!sql 
    4041CREATE SCHEMA european_wise2008; 
    4142ALTER TABLE costal_waters SET SCHEMA european_wise2008; 
    4243ALTER TABLE rdb_f1v3 SET SCHEMA european_wise2008; 
    4344ALTER TABLE transitional_waters SET SCHEMA european_wise2008; 
    44 ALTER TABLE wise2008.rdb_f1v3 RENAME TO wise2008.rbd_f1v3; 
     45ALTER TABLE european_wise2008.rdb_f1v3 RENAME TO rbd_f1v3; 
    4546}}} 
    4647