Thread: pgAdmin 4 commit: Fix counted rows display in table properties. Fixes#

pgAdmin 4 commit: Fix counted rows display in table properties. Fixes#

From
Dave Page
Date:
Fix counted rows display in table properties. Fixes #2836

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=897bf4857afe2f55aa5204f604b85417fb93c8c3
Author: Murtuza Zabuawala <murtuza.zabuawal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/__init__.py                    |  5 +++
.../servers/databases/schemas/tables/__init__.py   | 37 +++++++++++++++++++++-
.../templates/partition/sql/10_plus/properties.sql |  2 +-
.../templates/table/sql/10_plus/properties.sql     |  2 +-
.../templates/table/sql/9.1_plus/properties.sql    |  2 +-
.../table/sql/default/get_table_row_count.sql      |  1 +
.../templates/table/sql/default/properties.sql     |  2 +-
.../table/sql/gpdb_5.0_plus/properties.sql         |  2 +-
8 files changed, 47 insertions(+), 6 deletions(-)