Skip to content

Commit adc00a0

Browse files
Update documentation for index creation options
Clarify behavior of 'Only Table?' switch for partition tables.
1 parent a945776 commit adc00a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/en_US/index_dialog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Use the fields in the *Definition* tab to define the index:
5252
that this index depends on (for example, edbspl). If set, dropping the extension
5353
will automatically drop the index as well.
5454
* Move the switch next to *Only Table?* to the *Yes* position to create the index
55-
only on the parent table without recursing to its partitions. The default is *No*.
55+
only on the parent table without recursing to its partitions. This button will be
56+
enabled for partition tables only. The default is *No*.
5657
* Move the switch next to *Unique?* to the *Yes* position to check for duplicate values
5758
in the table when the index is created and when data is added. The default is *No*.
5859
* Move the switch next to *NULLs not distinct?* to the *Yes* position to treat null values as not distinct.

0 commit comments

Comments
 (0)