Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2b2ff0d26018a6d605d4a0fedb0d1a910de0cdc1 https://github.com/pgadmin-org/pgadmin4/commit/2b2ff0d26018a6d605d4a0fedb0d1a910de0cdc1 Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths: M docs/en_US/release_notes_8_1.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/utils.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/11_plus/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/13_plus/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/15_plus/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/default/count.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/default/nodes.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/default/properties.sql Log Message: ----------- Ensure that indexes created by constraints are visible in the object explorer when "Show system objects" is enabled. #6717