Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Expression Index creation (RM #4260) #2595

Closed
dpage opened this issue May 15, 2019 · 4 comments
Closed

Add Expression Index creation (RM #4260) #2595

dpage opened this issue May 15, 2019 · 4 comments
Assignees
Milestone

Comments

@dpage
Copy link
Contributor

dpage commented May 15, 2019

Issue migrated from Redmine: https://redmine.postgresql.org/issues/4260
Originally created by Michel Feinstein at 2019-05-15 06:00:59 UTC.

Currently (version 4.6) there's no way to create an Expression Index such as:


CREATE UNIQUE INDEX idx_lower_unique 
   ON your_table (lower(the_column));

It would be great if this feature could be added.

@dpage
Copy link
Contributor Author

dpage commented May 17, 2019

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4260#note-1
Originally created by Khushboo Vashi at 2019-05-17 10:20:50 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready

@dpage
Copy link
Contributor Author

dpage commented Jun 5, 2019

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4260#note-2
Originally created by Aditya Toshniwal at 2019-06-05 06:01:44 UTC.

Redmine ticket header update:

Name Old Value New Value
Assigned To changed Aditya Toshniwal

@dpage
Copy link
Contributor Author

dpage commented Jun 25, 2021

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4260#note-3
Originally created by Rahul Shirsat at 2021-06-25 11:15:09 UTC.

Redmine ticket header update:

Name Old Value New Value
Difficulty changed Medium

@anilsahoo20 anilsahoo20 self-assigned this Jun 28, 2023
@akshay-joshi akshay-joshi added this to the 7.6 milestone Jul 19, 2023
anilsahoo20 added a commit to anilsahoo20/pgadmin4 that referenced this issue Jul 20, 2023
2. Added support for ALTER INDEX column statistics. pgadmin-org#6375
anilsahoo20 added a commit to anilsahoo20/pgadmin4 that referenced this issue Jul 28, 2023
2. Added support for ALTER INDEX column statistics. pgadmin-org#6375
akshay-joshi pushed a commit that referenced this issue Aug 1, 2023
2. Added support for ALTER INDEX column statistics. #6375
akshay-joshi pushed a commit to akshay-joshi/pgadmin4 that referenced this issue Aug 4, 2023
2. Added support for ALTER INDEX column statistics. pgadmin-org#6375
@FaharAbbasRizvi
Copy link
Contributor

This is resolved in the latest snapshot build and tested in all supported platforms.
https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2023-08-07/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants