Getting Involved

2019-06-26 Thread Alex Kim
Hello, I am currently a college student studying computer science who is interested in getting involved with the pgadmin community. Is there any particular functionality or anything I can do to get started and contribute? Best Regards, Alex Kim

Re: Getting Involved

2019-06-26 Thread Khushboo Vashi
Hi Alex, On Wed, Jun 26, 2019 at 1:29 PM Alex Kim wrote: > Hello, > > I am currently a college student studying computer science who is > interested in getting involved with the pgadmin community. Is there any > particular functionality or anything I can do to get started and contribute? > > Ple

Re: [GSoC][Patch] Automatic Mode Detection V1

2019-06-26 Thread Aditya Toshniwal
Hi, On Wed, Jun 26, 2019 at 10:35 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Yosry, > > On Tue, Jun 25, 2019 at 8:46 PM Yosry Muhammad wrote: > >> Hi, >> >> >> OK. Yosry, How about storing the mogirfied query in the cookie/session >>> when the query is executed and then

Re: [GSoC][Patch] Automatic Mode Detection V1

2019-06-26 Thread Dave Page
Hi On Tue, Jun 25, 2019 at 11:20 AM Yosry Muhammad wrote: > > > On Tue, Jun 25, 2019 at 1:09 PM Dave Page wrote: > >> >> - What else is missing from this patch to make it applicable ? I would like to produce a release-ready patch if possible. If so, I can continue working on the proje

Re: [pgAdmin][RM4139] Drag and drop object names in Query Editor from Browser Tree

2019-06-26 Thread Dave Page
Hi On Wed, Jun 26, 2019 at 2:24 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to allow tree nodes to be dragged and dropped in > query editor wherever you take the drop cursor. The drop text will be fully > qualified and double quoted if r

Re: [pgAdmin][RM4139] Drag and drop object names in Query Editor from Browser Tree

2019-06-26 Thread Aditya Toshniwal
Hi, On Wed, Jun 26, 2019 at 4:51 PM Dave Page wrote: > Hi > > On Wed, Jun 26, 2019 at 2:24 AM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached is the patch to allow tree nodes to be dragged and dropped in >> query editor wherever you take the drop cu

Re: [pgAdmin][RM4139] Drag and drop object names in Query Editor from Browser Tree

2019-06-26 Thread Dave Page
On Wed, Jun 26, 2019 at 7:28 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > On Wed, Jun 26, 2019 at 4:51 PM Dave Page wrote: > >> Hi >> >> On Wed, Jun 26, 2019 at 2:24 AM Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Attached

Re: [pgAdmin][RM4139] Drag and drop object names in Query Editor from Browser Tree

2019-06-26 Thread Aditya Toshniwal
Hi, On Wed, Jun 26, 2019 at 5:06 PM Dave Page wrote: > > > On Wed, Jun 26, 2019 at 7:28 AM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> On Wed, Jun 26, 2019 at 4:51 PM Dave Page wrote: >> >>> Hi >>> >>> On Wed, Jun 26, 2019 at 2:24 AM Aditya Toshniwal < >>> adit

Re: [pgAdmin][RM4139] Drag and drop object names in Query Editor from Browser Tree

2019-06-26 Thread Dave Page
On Wed, Jun 26, 2019 at 7:38 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > On Wed, Jun 26, 2019 at 5:06 PM Dave Page wrote: > >> >> >> On Wed, Jun 26, 2019 at 7:28 AM Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> On Wed, Jun 26, 201

[pgAdmin][RM4335] Add EXPLAIN option SETTINGS and SUMMARY

2019-06-26 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to add support for SETTINGS(v12+) and SUMMARY(v10+) explain options. These options will be visible only if version is supported. I have also created and fixed RM4395. The explain options changed on one query tool should not change explain options on other query t

Re: [GSoC][Patch] Automatic Mode Detection V1

2019-06-26 Thread Yosry Muhammad
Hi, On Wed, Jun 26, 2019 at 1:01 PM Dave Page wrote: > > >>> - What else is missing from this patch to make it applicable ? I would > like to produce a release-ready patch if possible. If so, I can continue > working on the project on following patches, I just want to know what is >

Re: [GSoC][Patch] Automatic Mode Detection V1

2019-06-26 Thread Yosry Muhammad
On Wed, Jun 26, 2019 at 11:46 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > On Wed, Jun 26, 2019 at 10:35 AM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> >> My problem is not where to store the mogrified query, I can just replace >>> the sql sent

Re: [GSoC][Patch] Automatic Mode Detection V1

2019-06-26 Thread Dave Page
Hi On Wed, Jun 26, 2019 at 8:20 AM Yosry Muhammad wrote: > Hi, > > On Wed, Jun 26, 2019 at 1:01 PM Dave Page wrote: > >> >> - What else is missing from this patch to make it applicable ? I would >> like to produce a release-ready patch if possible. If so, I can continue >> working

Re: [pgAdmin][RM4335] Add EXPLAIN option SETTINGS and SUMMARY

2019-06-26 Thread Dave Page
Hi Something isn't working correctly - I turned on the summary option, and this is the query that was run when I hit the EXPLAIN button: EXPLAIN (FORMAT JSON,ANALYZE False,VERBOSE False,COSTS False,TIMING False,SUMMARY False,BUFFERS False) select * from pg_tables Aside from the formatting (s/Tru

Re: Getting Involved

2019-06-26 Thread Alex Kim
Hi Khushboo, Thank you very much! On Wed, Jun 26, 2019 at 2:11 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Alex, > > On Wed, Jun 26, 2019 at 1:29 PM Alex Kim wrote: > >> Hello, >> >> I am currently a college student studying computer science who is >> interested in getting

Re: Getting Involved

2019-06-26 Thread Khushboo Vashi
On Thu, Jun 27, 2019 at 1:00 AM Alex Kim wrote: > Hi Khushboo, > > Thank you very much! > > You are welcome. Please make sure to change the status of the task to IN PROGRESS on which you will start working. > On Wed, Jun 26, 2019 at 2:11 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wr

Re: [pgAdmin][RM4335] Add EXPLAIN option SETTINGS and SUMMARY

2019-06-26 Thread Aditya Toshniwal
Hi, On Wed, Jun 26, 2019 at 8:22 PM Dave Page wrote: > Hi > > Something isn't working correctly - I turned on the summary option, and > this is the query that was run when I hit the EXPLAIN button: > > EXPLAIN (FORMAT JSON,ANALYZE False,VERBOSE False,COSTS False,TIMING > False,SUMMARY False,BUFF