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

2017-11-02 Thread Dave Page
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

Re: [pgAdmin4][Patch]: To handle long numbers for Rows (estimated) field in Table's properties

2017-11-02 Thread Dave Page
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:

pgAdmin 4 commit: Ensure estimated rows are included correctly in CREAT

2017-11-02 Thread Dave Page
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

Re: [pgAdmin4][Patch]: RM #2651 : "Create Script" view of functions always shows "ROWS 0"

2017-11-02 Thread Dave Page
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