Changes between Initial Version and Version 1 of Ticket #24082
- Timestamp:
- Jan 5, 2015, 1:47:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24082 – Description
initial v1 37 37 38 38 {{{ 39 CREATE UNIQUE INDEX "book_name_like " ON "book" ("name" text_pattern_ops);39 CREATE UNIQUE INDEX "book_name_like_idx" ON "book" ("name" text_pattern_ops); 40 40 41 41 }}} 42 43 instead of a `UNIQUE` constraint, an `INDEX` and an implicit index by the database.