pgAdmin 4 commit: Added 'Count Rows' option to the partition sub tables

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added 'Count Rows' option to the partition sub tables
Date: 2021-01-04 09:55:12
Message-ID: E1kwMa0-0001sw-9r@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added 'Count Rows' option to the partition sub tables. Fixes #5282

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_30.rst | 1 +
.../databases/schemas/tables/partitions/static/js/partition.js | 8 ++++++--
.../servers/databases/schemas/tables/static/js/table.js | 6 +++++-
3 files changed, 12 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-04 09:55:50 Re: [pgAdmin][RM5571] Expression in exclusion constraint is misinterpreted and quoted as column name by mistake
Previous Message Stephen Frost 2021-01-03 17:31:12 Re: [pgAdmin4][Patch] - RM 5457 - Kerberos Authentication - Phase 1