Changes between Version 15 and Version 16 of Download and load RHT topology


Ignore:
Timestamp:
Oct 24, 2011 4:08:08 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download and load RHT topology

    v15 v16  
    7575alter table rht.rht_topology add column nextdownid integer; 
    7676update rht.rht_topology SET nextdownid=id_drainaval from rht.fromnodetonode ft where id_drain=ft.id_drainamont; 
     77 
     78 
     79-- correction d'un problème par Cédric 
     80select  * from rht.rht_topology where id_drain=nextdownid 
     81update rht.rht_topology set nextdownid=-9999 where id_drain=nextdownid --505 
    7782}}}