Hi,
Added 'numeric' type into string typecaster to prevent python from rounded
up.
Please find attached patch and review.
Thanks,
Surinder Kumar
RM2039.patch
Description: Binary data
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscriptio
Hi,
PFA patch to fix one last pending issue from RM#1394, Now user can change
the value of SwitchCell when they goto SwitchCell using Tab key press,
earlier it was not working as expected when user presses Tab key and user
come to Switchcell for user input.
RM#1394
--
Regards,
Murtuza Zabuawala
Hi,
Please find attached patch file with the fix of RM #2026.
*Issue :- *
When debugger plugin is configured but doesn't have extension loaded in
database then user allowed to launch the debugger.
*Solution:-*
Retrieve debugger plugin loaded information from database and return
appropriate messa
Hi,
PFA patch to fix one last pending issue from RM#1394, Now user can change
the value of SwitchCell when they goto SwitchCell using Tab key press,
earlier it was not working as expected when user presses Tab key and user
come to Switchcell for user input.
RM#1394
--
Regards,
Murtuza Zabuawala
Hi,
The issue is with validation which is now fixed.
Please find attached patch and review.
Thanks,
Surinder Kumar
RM2012.patch
Description: Binary data
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/
Hi,
Please find attached patch file for the fix of RM #1745.
*Issue:-*
Line number was set properly when user set the breakpoint so clear
breakpoint was not working properly.
Do review it and let us know for comments.
Thanks,
Neel Patel
RM_1745.patch
Description: Binary data
--
Sent via pga
Hi Dave
I have fixed all the comments given by you. Attached is the modified patch
file. Please review it.
On Fri, Dec 16, 2016 at 7:08 PM, Dave Page wrote:
>
>
> On Fri, Dec 16, 2016 at 1:24 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>>
>>
>> On Fri, Dec 16, 2016 at 6:28 PM,
Hi,
As per docs, for postgres version 9.5 , only two tablespaces options are
supported "*seq_page_cost and random_page_cost*"
And for 9.6 , the support for "*effective_io_concurrency*" is also added.
The required changes are implemented in code and tested against
postgresql-9.5, 9.6 & edb-ppas 9