Changes between Version 40 and Version 41 of Noeud - parcours RHT


Ignore:
Timestamp:
Jan 5, 2012 5:08:27 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeud - parcours RHT

    v40 v41  
    220220-- je crée une table contenant la ccm.riversegments pour la France avec les colonnes qui m'intéressent. 
    221221 
     222---Cedric 
    222223select dblink_connect('connectionccm','hostaddr=93.20.247.238 port=5432 dbname=eda2 user=postgres password=petromyzon***'); 
     224---Celine 
     225select dblink_connect('connectionccm','host=localhost port=5432 dbname=eda2.0 user=postgres password=noisette16!'); 
     226 
    223227create schema ccm; 
    224228drop table if exists ccm.riversegments_france;