[pgadmin-org/pgadmin4] 557f33: Added support to drop databases using the 'WITH (F...

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 557f33: Added support to drop databases using the 'WITH (F...
Date: 2023-06-19 09:34:53
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/eef295-557f33@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: 557f33c4f916cf618c13580298d80593082983c8
https://github.com/pgadmin-org/pgadmin4/commit/557f33c4f916cf618c13580298d80593082983c8
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-06-19 (Mon, 19 Jun 2023)

Changed paths:
M docs/en_US/keyboard_shortcuts.rst
M docs/en_US/menu_bar.rst
M docs/en_US/release_notes_7_4.rst
M docs/en_US/tree_control.rst
M web/pgadmin/browser/register_browser_preferences.py
M web/pgadmin/browser/server_groups/servers/databases/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/static/js/database.js
M web/pgadmin/browser/server_groups/servers/databases/templates/databases/sql/default/delete.sql
R web/pgadmin/browser/server_groups/servers/databases/templates/databases/sql/default/delete_multiple.sql
A web/pgadmin/browser/server_groups/servers/databases/tests/test_db_delete_multiple_force.py
M web/pgadmin/browser/static/js/keyboard.js
M web/pgadmin/browser/static/js/node.js
M web/pgadmin/misc/properties/CollectionNodeProperties.jsx
M web/pgadmin/static/js/utils.js
M web/regression/python_test_utils/test_utils.py

Log Message:
-----------
Added support to drop databases using the 'WITH (FORCE)' option. #6367

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pravesh Sharma 2023-06-19 09:40:01 [pgadmin-org/pgadmin4] 36949a: Added option to create unique index with nulls not...
Previous Message Ashesh Vashi 2023-06-19 08:49:27 Re: Pgadmin4 System Stats Extension Design