Changes between Version 2 and Version 3 of Parcours source RHT


Ignore:
Timestamp:
Oct 25, 2011 10:20:38 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Parcours source RHT

    v2 v3  
    1313    GiST index over ltree: <, <=, =, >=, >, @>, <@, @, ~, ?  
    1414*/ 
    15 CREATE INDEX chemin_gist_index ON rht_topology USING GIST (chemin); 
     15CREATE INDEX chemin_gist_index ON rht.rht_topology USING GIST (chemin); -- fait planter mon serveur.... 
    1616}}}