Changes between Version 2 and Version 3 of Parcours source RHT
- Timestamp:
- Oct 25, 2011 10:20:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Parcours source RHT
v2 v3 13 13 GiST index over ltree: <, <=, =, >=, >, @>, <@, @, ~, ? 14 14 */ 15 CREATE INDEX chemin_gist_index ON rht _topology USING GIST (chemin);15 CREATE INDEX chemin_gist_index ON rht.rht_topology USING GIST (chemin); -- fait planter mon serveur.... 16 16 }}}