1 05/20/82  delete_index, dli
 2 
 3 Syntax:  dli relation_name attribute_name {-control_args}
 4 
 5 
 6 Function:  Removes the secondary index for the attribute in the
 7               relation.
 8 
 9 
10 Arguments:
11 relation_name
12    Name of the relation to be restructured.
13 
14 attribute_name
15    Name of the attribute whose secondary index is to be is to be
16    deleted.
17 
18 
19 Control arguments:
20 -brief, -bf
21    Will suppress error reporting if the attribute is not already a
22    secondary index.
23 
24 -long, -lg
25    Will report an error if the attribute is not already a secondary
26    index (default)