[pgadmin-hackers] [PATCH] Fix of elapsed time string generation in query window

2016-02-11 Thread Иван Полещук
>From 5a5460dc2ec5491660dc8358e878eb9342fbc0f8 Mon Sep 17 00:00:00 2001 From: cyberj0g Date: Wed, 10 Feb 2016 00:24:52 +0500 Subject: [PATCH] Fix of elapsed time string generation in query window For queries longer than 1 hour, time was displayed like that: "01:25:3640 hours"

Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Language Module

2016-02-11 Thread Harshal Dhumal
Hi Akshay, Please find the review comments below for Language node. - On postgres9.1 language node failed with below error when clicked on properties or sql tab. * function expression in FROM cannot refer to other relations of same query level LINE 15: aclexplode(lanacl) d ^* *- *Error when

[pgadmin-hackers] Event trigges node patch [pgadmin4]

2016-02-11 Thread Harshal Dhumal
Hi, PFA patch event triggers node. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB event_triggers_12_Frb_1.parch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription:

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Foreign Data Wrapper

2016-02-11 Thread Akshay Joshi
Hi Neel Below are my review comments - For the consistency order in the privileges control should be Grantee, Privileges and Granter. - Correct the SQL from "DROP Foreign Data Wrapper" to "DROP FOREIGN DATA WRAPPER" in sql pane. - For Owner control there should a validation like

Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Language Module

2016-02-11 Thread Akshay Joshi
Hi All Attached is the modified patch, please review it. On Thu, Feb 11, 2016 at 2:06 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the review comments below for Language node. > > - On postgres9.1 language node failed with below error when clicked on

[pgadmin-hackers] pgAdmin III commit: Fix the display of elapsed query time for queries o

2016-02-11 Thread Dave Page
Fix the display of elapsed query time for queries over 1 hour. Change the encoding of the CHANGELOG so we can properly credit the author. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=656855672c9cc1d75cb42786c4e847fdcb942125 Author: Иван

[pgadmin-hackers] pgAdmin III commit: Fix the display of elapsed query time for queries o

2016-02-11 Thread Dave Page
Fix the display of elapsed query time for queries over 1 hour. Change the encoding of the CHANGELOG so we can properly credit the author. Branch -- REL-1_22_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c1d1cde76bf8ae40bb05bb58e67221bac3ba35e6

Re: [pgadmin-hackers] [PATCH] Fix of elapsed time string generation in query window

2016-02-11 Thread Dave Page
Thanks - patch applied. On Thu, Feb 11, 2016 at 6:48 AM, Иван Полещук wrote: > From 5a5460dc2ec5491660dc8358e878eb9342fbc0f8 Mon Sep 17 00:00:00 2001 > From: cyberj0g > Date: Wed, 10 Feb 2016 00:24:52 +0500 > Subject: [PATCH] Fix of elapsed time string

Re: [pgadmin-hackers] pgAdmin III: Muliple SQL tabs

2016-02-11 Thread Sergey Busel
Added the query name to history entries. Please note that history entries are not modified if user saves [Query 1] to file [foo.sql]. I don't think that would be practical. On Wed, Feb 10, 2016 at 8:28 AM, Dave Page wrote: > Hi > > On Wed, Feb 10, 2016 at 12:14 AM, Sergey