Re: [pgAdmin][RM4511] Grant Wizard: Unable to handle multiple objects when query string parameter exceeds its limit

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4511] Grant Wizard: Unable to handle multiple objects when query string parameter exceeds its limit
Date: 2020-01-20 12:25:40
Message-ID: CANxoLDc6KOwbv+vQGOygorZeVvUwYzmQjjGmtt8TU7syaqS=vg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Mon, Jan 20, 2020 at 12:32 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is a patch to change the REST API method for getting SQL in grant
> wizard. It will accept POST instead of GET now so that data can be sent
> using "data" instead of URL args which was breaking for large dataset.
>
> Also fixed a minor console error.
>
> Kindly review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ganesh Jaybhay 2020-01-21 12:56:33 [pgAdmin4][RM#5107] Add tab navigation for tabs under explain panel in query tool
Previous Message Akshay Joshi 2020-01-20 12:23:59 pgAdmin 4 commit: Fixed an issue where Grant wizard unable to handle mu