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
Modified Files
--
web/pgadmin/browser/__init__.py
Thanks - patch applied.
On Thu, Nov 2, 2017 at 5:09 AM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Oops..that was due to float4->text (rel.reltuples::text) datatype casting
> in postgres.
>
> Please find updated patch.
>
>
> On Thu, Nov 2, 2017 at 2:31 AM, Dave Page wrote:
Ensure estimated rows are included correctly in CREATE script for functions.
Fixes #2651
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f73ce2dfc38d6c0ff86dc304580f3e5a971c993f
Author: Khushboo Vashi
Modified Files
--
.../server
Thanks, applied.
On Thu, Nov 2, 2017 at 6:49 AM, Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi,
>
> Please find the attached patch to fix RM #2651 : "Create Script" view of
> functions always shows "ROWS 0".
>
> Right now function displays ROWS 0 in case of empty ROWS field. Now i