Changes between Initial Version and Version 1 of Ticket #24082


Ignore:
Timestamp:
Jan 5, 2015, 1:47:02 PM (9 years ago)
Author:
djbug
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24082 – Description

    initial v1  
    3737
    3838{{{
    39 CREATE UNIQUE INDEX "book_name_like" ON "book" ("name" text_pattern_ops);
     39CREATE UNIQUE INDEX "book_name_like_idx" ON "book" ("name" text_pattern_ops);
    4040
    4141}}}
     42
     43instead of a `UNIQUE` constraint, an `INDEX` and an implicit index by the database.
Back to Top