From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Fix counted rows display in table properties. Fixes # |
Date: | 2017-11-02 09:35:48 |
Message-ID: | E1eABue-0006Ay-8c@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)zabuawal(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-11-02 09:36:10 | Re: [pgAdmin4][Patch]: To handle long numbers for Rows (estimated) field in Table's properties |
Previous Message | Khushboo Vashi | 2017-11-02 06:49:44 | [pgAdmin4][Patch]: RM #2651 : "Create Script" view of functions always shows "ROWS 0" |