pgAdmin 4 commit: Added 'CREATE TABLE' SQL missed in the last patch for

2021-01-04 Thread Akshay Joshi
Added 'CREATE TABLE' SQL missed in the last patch for #5571 refs #5571 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=233736897decc917206dec737afeb74140de7e81 Author: Aditya Toshniwal Modified Files -- .../schemas/tables/templat

pgAdmin 4 commit: Added 'Count Rows' option to the partition sub tables

2021-01-04 Thread Akshay Joshi
Added 'Count Rows' option to the partition sub tables. Fixes #5282 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5198a881b7aada600f08147a39e2ace8d8b7c5e3 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_30.r

Re: [pgAdmin][RM5571] Expression in exclusion constraint is misinterpreted and quoted as column name by mistake

2021-01-04 Thread Akshay Joshi
Thanks, patch applied. On Fri, Jan 1, 2021 at 12:35 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > The changes in CREATE TABLE sql were missed. Attached patch adds the > changes. > > On Thu, Dec 24, 2020 at 3:02 PM Akshay Joshi < > akshay.jo...@enterprisedb.com>

Re: [pgAdmin][RM5282] "Count Rows" option missing from partition sub tables

2021-01-04 Thread Akshay Joshi
Thanks, patch applied. On Fri, Jan 1, 2021 at 5:21 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch adds "Count rows" option to partition sub tables. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin hacker | Sr. Software Engineer | *ed

pgAdmin 4 commit: Update copyright notices for 2021

2021-01-04 Thread Akshay Joshi
Update copyright notices for 2021 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b372f08a59335b97f705c1593e2f4ba752b92a9b Modified Files -- LICENSE| 2 +- docs/en_US/code_review.rst

Re: [pgAdmin4][Patch] - RM 5457 - Kerberos Authentication - Phase 1

2021-01-04 Thread Dave Page
On Sun, 3 Jan 2021 at 17:31, Stephen Frost wrote: > Greetings, > > * Dave Page (dp...@pgadmin.org) wrote: > > On Sat, 2 Jan 2021 at 15:59, Stephen Frost wrote: > > > * Dave Page (dp...@pgadmin.org) wrote: > > > > On Sat, 2 Jan 2021 at 15:41, Stephen Frost > wrote: > > > > > * Khushboo Vashi (kh