I can't find a way to create an Expression Index such as: CREATE UNIQUE INDEX idx_lower_unique ON your_table (lower(the_column));
Am I missing something or does pgAdmin really doesn't support it? Best wishes, Michel.
I can't find a way to create an Expression Index such as: CREATE UNIQUE INDEX idx_lower_unique ON your_table (lower(the_column));
Am I missing something or does pgAdmin really doesn't support it? Best wishes, Michel.