pgAdmin 4 commit: Added support for the truncate table with restart ide

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for the truncate table with restart ide
Date: 2021-08-27 07:24:23
Message-ID: E1mJWDv-0000SM-Dt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support for the truncate table with restart identity. Fixes #2538

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d38f520805285774e53aec2b107d304f4b590b37
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/menu_bar.rst | 5 +++--
docs/en_US/release_notes_5_7.rst | 1 +
.../servers/databases/schemas/tables/static/js/table.js | 9 +++++++++
.../schemas/tables/templates/tables/sql/default/truncate.sql | 2 +-
.../server_groups/servers/databases/schemas/tables/utils.py | 6 ++++--
web/pgadmin/feature_tests/pg_utilities_maintenance_test.py | 2 +-
6 files changed, 19 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-27 07:25:18 Re: [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab
Previous Message Nikhil Mohite 2021-08-27 06:03:27 [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab