pgAdmin 4 commit: Added support for the truncate table with restart ide - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support for the truncate table with restart ide
Date
Msg-id E1mJWDv-0000SM-Dt@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab