Drops an existing distribution constraint on a local table.
Available in a network database and requires the star$define role.
Parameters:
| Name | Optional | Type | Description |
| table$ | Mandatory | Text | The table on which the distribution constraint is defined |
Examples:
SELECT drop_distribution_constraint('mytable'); -- drops the distribution constraint on table 'mytable'.
Tips:
- The star$constraints view indicates which constraints exist.
Comments
Article is closed for comments.