pgAdmin 4 commit: Ensure size stats are prettified on the statistics ta

2019-02-20 Thread Dave Page
Ensure size stats are prettified on the statistics tab when the UI language != English. Fixes #3096 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5598038fa655b90fc2c386e145e10b65ecae0a2 Modified Files -- docs/en_US/release_note

pgAdmin 4 commit: Include multiple versions of the PG utilties in conta

2019-02-20 Thread Dave Page
Include multiple versions of the PG utilties in containers. Fixes #3886 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a39f43788b2f2e9652e41bd8c1672a25a8f3364d Modified Files -- docs/en_US/container_deployment.rst | 18 +++

pgAdmin 4 commit: Update Docker README to match reality.

2019-02-20 Thread Dave Page
Update Docker README to match reality. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aae49b5324585fda8d27be375d0328e31bad0022 Modified Files -- pkg/docker/README | 120 +++--- 1 file

Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file

2019-02-20 Thread Khushboo Vashi
Hi Dave, On Wed, Feb 20, 2019 at 5:22 PM Dave Page wrote: > Thanks, patch applied! > > I did spot one other oddity in testing; we need to disable the search > button/menu whilst queries are running (both to the grid and CSV). Can you > whip up a quick fix for that please? > > The fix attached.

Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file

2019-02-20 Thread Dave Page
Thanks, patch applied! I did spot one other oddity in testing; we need to disable the search button/menu whilst queries are running (both to the grid and CSV). Can you whip up a quick fix for that please? Thanks! On Wed, Feb 20, 2019 at 10:06 AM Khushboo Vashi < khushboo.va...@enterprisedb.com>

pgAdmin 4 commit: Modify the Download as CSV option to use the same con

2019-02-20 Thread Dave Page
Modify the Download as CSV option to use the same connection as the Query Tool its running in so temporary tables etc. can be used. Fixes #3673 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=34045efb38c15ef4ec3d84dbeebb694d78760d00 Author: Kh

Re: [pgAdmin4][RM3912] Unable to save data if user update primary key with Json data type

2019-02-20 Thread Dave Page
Thanks - patch applied! On Wed, Feb 20, 2019 at 4:22 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix the issue where updating data (using > view/edit) of primary key column where data type of that column is > json/jsonb throws excepti

pgAdmin 4 commit: Fix editing of table data with a JSON primary key. Fi

2019-02-20 Thread Dave Page
Fix editing of table data with a JSON primary key. Fixes #3912 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=292ac32db55dc1ed8785c209ec3b41ed963b948b Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_3.rst

Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file

2019-02-20 Thread Khushboo Vashi
Hi, Please find the attached updated patch. On Wed, Feb 20, 2019 at 10:56 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > On Tue, Feb 19, 2019 at 7:27 PM Dave Page wrote: > >> Hi >> >> I did some testing with this and found a couple of issues: >> >> - The toolbar isn'

Re: [pgAdmin4][RM3912] Unable to save data if user update primary key with Json data type

2019-02-20 Thread Aditya Toshniwal
Kindly ignore this mail. Apologies. Thanks and Regards, Aditya Toshniwal On Tue, Feb 19, 2019 at 6:11 PM Aditya Toshniwal < aditya.toshniwa...@gmail.com> wrote: > Hi Hackers, > > Attached is the patch to fix the issue where updating data (using > view/edit) of primary key column where data type