pgAdmin 4 commit: Fix counted rows display in table properties. Fixes# - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix counted rows display in table properties. Fixes#
Date
Msg-id E1eABue-0006Ay-8c@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: RM #2651 : "Create Script" view of functionsalways shows "ROWS 0"
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: To handle long numbers for Rows (estimated)field in Table's properties