Re: [pgAdmin][GI-5308]: Cannot set a data field "default", makes it impossible to copy tuples with PK or SERIAL

2022-09-20 Thread Aditya Toshniwal
Hi Nikhil, I think this fix is incomplete. This is not particularly for PK. Non-PK columns can also have default values. To cover all, the solution should be if a column which has default value is made empty then use default and not null. On Wed, Sep 21, 2022 at 11:10 AM Nikhil Mohite < nikhil.mo

[pgAdmin][GI-5308]: Cannot set a data field "default", makes it impossible to copy tuples with PK or SERIAL

2022-09-20 Thread Nikhil Mohite
Hi Hackers, Please find attached the patch for GI-5308 : Cannot set a data field "default", makes it impossible to copy tuples with PK or SERIAL -- *Thanks & Regards,* *Nikhil Mohite* *Senior Software Engineer.* *EDB Postgres*

pgAgent repo moved to Github

2022-09-20 Thread Dave Page
FYI, the pgAgent git repo has moved to Github: https://github.com/pgadmin-org/pgagent -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: pgAdmin4 v6.14 candidate builds

2022-09-20 Thread Akshay Joshi
Hi All The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2022-09-20-1/ On Mon, Sep 19, 2022 at 5:17 PM Akshay Joshi wrote: > Hi All, > > pgAdmin4 v6.14 candidate builds and source code is available at > https://developer.pgadmin.org/builds/2022-09-

Re: [pgAdmin][GI5343] Allow script name sub URL in redirect

2022-09-20 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Sep 20, 2022 at 1:59 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which will allow script name URLs in the > next URL of the login page. > > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker

pgAdmin 4 commit: Allow script name URLs in the next URL of the login p

2022-09-20 Thread Akshay Joshi
Allow script name URLs in the next URL of the login page. refs #5343 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4d9dfe7d041be8730d7beda94311566d7267cb33 Author: Aditya Toshniwal Modified Files -- web/pgadmin/utils/__init__.p

[pgAdmin][GI5343] Allow script name sub URL in redirect

2022-09-20 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch which will allow script name URLs in the next URL of the login page. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" GI5343.patch Description: Bi