[pgadmin-org/pgadmin4] d6ecc5: Added support to create an unnamed index. #3318

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] d6ecc5: Added support to create an unnamed index. #3318
Date: 2023-04-20 07:05:36
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/ed941b-d6ecc5@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: d6ecc531e0b32566df2fd809191bc6299acb4166
https://github.com/pgadmin-org/pgadmin4/commit/d6ecc531e0b32566df2fd809191bc6299acb4166
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-04-20 (Thu, 20 Apr 2023)

Changed paths:
M docs/en_US/release_notes_7_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/static/js/index.ui.js
A web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/default/create_unnamed_hash_index_msql.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/default/test_indexes.json
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/index_test_data.json
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_add.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/check_constraint/sql/default/get_oid_with_transaction.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/exclusion_constraint/sql/default/get_oid_with_transaction.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/foreign_key/sql/default/get_oid_with_transaction.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/index_constraint/sql/default/get_oid_with_transaction.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/11_plus/create.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/default/create.sql
A web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/default/get_oid_name.sql

Log Message:
-----------
Added support to create an unnamed index. #3318

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2023-04-20 08:03:37 [pgadmin-org/pgadmin4] 7e2add: Python test famework should log only relevant exce...
Previous Message Aditya Toshniwal 2023-04-20 04:48:14 [pgadmin-org/pgadmin4] ed941b: Fix a SQL error occurring on roles dependents SQL....