/[BackupPC]/trunk/bin/BackupPC_updatedb
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/bin/BackupPC_updatedb

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

revision 152 by dpavlin, Mon Oct 10 11:43:08 2005 UTC revision 153 by dpavlin, Mon Oct 10 12:07:12 2005 UTC
# Line 357  if ($opt{c}) { Line 357  if ($opt{c}) {
357                  );                  );
358          });          });
359    
360          print "creating indexes:";          print "creating indexes: ";
361    
362          foreach my $index (qw(          foreach my $index (qw(
363                  hosts:name                  hosts:name
# Line 375  if ($opt{c}) { Line 375  if ($opt{c}) {
375          )) {          )) {
376                  do_index($index);                  do_index($index);
377          }          }
378    
379            print " creating sequence: ";
380            foreach my $seq (qw/dvd_nr/) {
381                    print "$seq ";
382                    $dbh->do( qq{ CREATE SEQUENCE $seq } );
383            }
384    
385    
386          print "...\n";          print "...\n";
387    
388          $dbh->commit;          $dbh->commit;

Legend:
Removed from v.152  
changed lines
  Added in v.153

  ViewVC Help
Powered by ViewVC 1.1.26