/[BackupPC]/trunk/dbxml/total.q
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/dbxml/total.q

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 223 by dpavlin, Sat Oct 22 15:40:42 2005 UTC revision 224 by dpavlin, Sat Oct 22 15:40:46 2005 UTC
# Line 12  addIndex "" host node-element-presence-n Line 12  addIndex "" host node-element-presence-n
12  queryPlan 'distinct-values(collection("backuppc.dbxml")/file/host/text())'  queryPlan 'distinct-values(collection("backuppc.dbxml")/file/host/text())'
13  query 'distinct-values(collection("backuppc.dbxml")/file/host/text())'  query 'distinct-values(collection("backuppc.dbxml")/file/host/text())'
14  print  print
15    queryPlan 'distinct-values(collection("backuppc.dbxml")/file/share/text())'
16    addIndex "" share node-element-presence-none
17    queryPlan 'distinct-values(collection("backuppc.dbxml")/file/share/text())'
18    addIndex "" share edge-element-equality-string
19    queryPlan 'distinct-values(collection("backuppc.dbxml")/file/share/text())'
20    query 'distinct-values(collection("backuppc.dbxml")/file/share/text())'
21    print
22    query 'distinct-values(collection("backuppc.dbxml")/file/path/text())'
23    addIndex "" path edge-element-substring-string
24    query 'distinct-values(collection("backuppc.dbxml")/file/path/text())'
25    query 'distinct-values(collection("backuppc.dbxml")/file/path[contains(text(), "apt")])'
26    print

Legend:
Removed from v.223  
changed lines
  Added in v.224

  ViewVC Help
Powered by ViewVC 1.1.26