[ http://issues.apache.org/jira/browse/DDLUTILS-85?page=all ]

Thomas Dudziak updated DDLUTILS-85:
-----------------------------------

    Summary: Add support for unique constraints  (was: Unique index generated 
as index or as constraint.)

A unique index is not the same as a unique constraint. The latter is only 
intended to ensure that "combination of values in the indicated columns is 
unique across the whole table" to cite the PostgreSQL docs. The former adds an 
index on top of that.

> Add support for unique constraints
> ----------------------------------
>
>          Key: DDLUTILS-85
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-85
>      Project: DdlUtils
>         Type: New Feature
>   Components: Core
>     Reporter: Przemyslaw Sztoch
>     Assignee: Thomas Dudziak

>
> For example in PostgreSQL we can create CONSTRAINT or INDEX. What will be 
> generated, should be set somewhere in model or config.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to