[pgadmin-hackers] pgAdmin 4 commit: Fixed issue of opening file manager dialog from Query

2017-06-13 Thread Akshay Joshi
Fixed issue of opening file manager dialog from Query Tool. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=794b70daeaafced3ee15c0f6ac7e252ae7ef8ca6 Modified Files -- web/pgadmin/misc/file_manager/templates/file_manager/js/utility.

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-24 Thread Akshay Joshi
('india', 2017, 01) TO ('india', 2017, 02); CREATE TABLE public.sale_uk_2017_jan PARTITION OF sales FOR VALUES FROM ('uk', 2017, 01) TO ('uk', 2017, 02); INSERT INTO sales VALUES ('india', 1, '2017-1-15'); INSERT INTO sa

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-24 Thread Akshay Joshi
itions and know we can > achieve success because we understand how users would go through this > workflow. Not sure about expressions. > > > > -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Re: [pgadmin-hackers] [patch] update table name in confirmation dialog for 'Reset Statistics' and 'Truncate Table'

2017-05-18 Thread Akshay Joshi
On Thu, May 18, 2017 at 3:23 PM, Dave Page wrote: > > > On Thu, May 18, 2017 at 10:37 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> >> >> On Thu, May 18, 2017 at 3:00 PM, Dave Page wrote: >> >>> Hi >>> >>

Re: [pgadmin-hackers] [patch] update table name in confirmation dialog for 'Reset Statistics' and 'Truncate Table'

2017-05-18 Thread Akshay Joshi
iscussion. > OK, at least we should checked-in code for showing title of the confirmation dialog for "Truncate". > > On Thu, May 18, 2017 at 10:17 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi All >> >> I have found one iss

[pgadmin-hackers] [patch] update table name in confirmation dialog for 'Reset Statistics' and 'Truncate Table'

2017-05-18 Thread Akshay Joshi
ou want to reset the statistics for table {}? Also header is missing for "Truncate/Truncate cascade" confirmation dialog. Attached is the patch file to fix that above. Please review it. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-14 Thread Akshay Joshi
t sounds like a reasonable > change. If this change is passing in your environment, I say go ahead and > make the change to the patch and commit. > > Thanks again for helping us get this into the release. > > Best, > Matt > > On Sun, May 14, 2017 at 4:52 AM, Akshay Joshi < &g

[pgadmin-hackers] pgAdmin 4 commit: 1) Splits the SQL query used to retrieve the Dependen

2017-05-14 Thread Akshay Joshi
1) Splits the SQL query used to retrieve the Dependents, Dependencies, and Roles SQL file into multiple versioned files. 2) Add Unit Tests for each file. 3) Add ORDER BY into Copy Selection Feature test to ensure the results are retrieved always in the same order 4) Renamed the Scenario of the xs

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-14 Thread Akshay Joshi
d to be a little bit more resilient to work >> independently of the user that is used on the test. >> >> Thanks >> Joao >> >> On Thu, May 11, 2017, 3:20 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> On Thu, May

[pgadmin-hackers] pgAdmin 4 commit: Updated psycopg2 version for PostgreSQL 10 compatibil

2017-05-12 Thread Akshay Joshi
Updated psycopg2 version for PostgreSQL 10 compatibility. Fixes #2377 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f903ba23104a42458585564aa53243d871cfc3d Modified Files -- requirements.txt | 2 +- 1 file changed, 1 insertion(+)

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-11 Thread Akshay Joshi
Hi Dave On Thu, May 11, 2017 at 6:54 PM, Dave Page wrote: > > > On Thu, May 11, 2017 at 11:35 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi >> >> On Thu, May 4, 2017 at 4:00 PM, Dave Page wrote: >> >>> Hi

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-11 Thread Akshay Joshi
Hi On Thu, May 4, 2017 at 4:00 PM, Dave Page wrote: > Hi > > On Thu, May 4, 2017 at 10:29 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi All >> >> On Wed, May 3, 2017 at 5:35 PM, Dave Page wrote: >> >>> Great, thanks.

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-10 Thread Akshay Joshi
created new user 'test' with superuser privileges and update parameter db_username="test" in test_config.json file. But still I am unable to understand why it doesn't work with 'postgres' (default) user? > > Thanks, > João & Sarah > > On Wed, May 10, 2017

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-10 Thread Akshay Joshi
017 at 2:29 AM, Akshay Joshi wrote: > Hi Sarah > > On Tue, May 9, 2017 at 9:03 PM, Sarah McAlear wrote: > >> Hi Akshay! >> >> >>> Some test file names ended with "*_sql_template.py*" do we need to add >>> that string ? >> >>

[pgadmin-hackers] pgAdmin 4 commit: 1) Fixed compilation issue with QT4.

2017-05-10 Thread Akshay Joshi
1) Fixed compilation issue with QT4. 2) Make trigger action 'RequestClose' backword compatible with annulen webkit. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3ed00d3be75ee56169882dfedf12b5207f832b51 Author: Neel Patel Modified Files ---

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-09 Thread Akshay Joshi
TestTablesNodeSql hasn't failed but TestRoleDependenciesSql failed with below error: .\test_role_dependencies_sql.py\", line 41, in assertions\n self.assertEqual(1, len(fetch_result))\nAssertionError: 1 != 0 > Thanks, > George & Sarah > > -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-09 Thread Akshay Joshi
M, Sarah McAlear wrote: > Hi! > > This patch has the tests moved to the test directories of the parent. > > Thanks, > Joao & Sarah > > On Mon, May 8, 2017 at 7:28 AM, Dave Page wrote: > >> Hi >> >> On Mon, May 8, 2017 at 12:24 PM, Akshay Joshi <

Re: [pgadmin-hackers] [pgAdmin4][runtime]: RM #2328 - Unable to launch query tool and debugger in new browser tab

2017-05-09 Thread Akshay Joshi
Hi On Tue, May 9, 2017 at 1:42 PM, Dave Page wrote: > This appears to have made Jenkins get all angry and red :-( > > https://jenkins.pgadmin.org/ > We(Neel and I) have tested it and working fine. > > > On Tue, May 9, 2017 at 8:39 AM, Akshay Joshi < > akshay.jo

Re: [pgadmin-hackers] [pgAdmin4][runtime]: RM #2328 - Unable to launch query tool and debugger in new browser tab

2017-05-09 Thread Akshay Joshi
19 >> >> Do review it and let me know in case of any issue. >> >> Thanks, >> Neel Patel >> >> >> -- >> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> To make changes to your subscription: >> http://www.postgre

[pgadmin-hackers] pgAdmin 4 commit: Fixes #2328

2017-05-09 Thread Akshay Joshi
Fixes #2328 1) Fixed issue of opening Query Tool and Debugger in new Tab with QT 5.8 and annulen webkit 2) Moved unload event of window from javascript files to html. 3) Change alertify messages for debugger. 4) Closed all connections created by debugger. Previously only one connection has be

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-08 Thread Akshay Joshi
/table/column *then why do we need it in *web/pgadmin/browser/server_groups/servers/databases/schemas/table/templates/column/sql/tests* Apart from above code looks good to me. On Mon, May 8, 2017 at 2:20 PM, Akshay Joshi wrote: > > > On Mon, May 8, 2017 at 1:46 PM, Dave Pa

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-08 Thread Akshay Joshi
> >>>>>>> Ashesh Vashi >>>>>>> EnterpriseDB INDIA: Enterprise PostgreSQL Company >>>>>>> <http://www.enterprisedb.com/> >>>>>>> >>>>>>> >>>>>>> *http://www.linkedin.com/in/asheshvashi* >>>>>>> <http://www.linkedin.com/in/asheshvashi> >>>>>>> >>>>>>>> Add ORDER BY into Copy Selection Feature test to ensure the results >>>>>>>>> are retrieved always in the same order >>>>>>>>> Renamed the Scenario of the xss_checks_pgadmin_debugger_test and >>>>>>>>> skip it for versions less than 9.1 >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> >>>>>>>>> Joao & Sarah >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Sent via pgadmin-hackers mailing list ( >>>>>>>>> pgadmin-hackers@postgresql.org) >>>>>>>>> To make changes to your subscription: >>>>>>>>> http://www.postgresql.org/mailpref/pgadmin-hackers >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Dave Page >>>>>>>> Blog: http://pgsnake.blogspot.com >>>>>>>> Twitter: @pgsnake >>>>>>>> >>>>>>>> EnterpriseDB UK: http://www.enterprisedb.com >>>>>>>> The Enterprise PostgreSQL Company >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >>>>> To make changes to your subscription: >>>>> http://www.postgresql.org/mailpref/pgadmin-hackers >>>>> >>>>> >>>> >>> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-04 Thread Akshay Joshi
need to change any logic. Apart from above it may be possible that I miss something, so we need to cover that too. > > > On Wed, May 3, 2017 at 1:00 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Dave >> >> As per my understanding below ope

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-03 Thread Akshay Joshi
check constraint. Child: - View Table Data. - View stats. - View partition scheme in SQL pane - Create primary/foreign/.. key constraint. - Drop/ Drop cascade, Truncate On Tue, May 2, 2017 at 8:25 PM, Dave Page wrote: > Hi > > On Tue, May 2, 2017 at 2:46 PM, Aks

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-02 Thread Akshay Joshi
Hi Shirley On Wed, May 3, 2017 at 3:31 AM, Shirley Wang wrote: > > > On Tue, May 2, 2017 at 10:56 AM Dave Page wrote: > >> Hi >> >> On Tue, May 2, 2017 at 2:46 PM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi All

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-04-26 Thread Akshay Joshi
On Wed, Apr 26, 2017 at 11:06 PM, Shirley Wang wrote: > Hello! > > On Wed, Apr 26, 2017 at 4:26 AM Dave Page wrote: > >> Hi >> >> [moving to the pgadmin-hackers mailing list as this a pgAdmin feature] >> >> On Wed, Apr 26, 2017 at 8:20 AM, Akshay Joshi

Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of default parameters ordering in Functions

2017-04-25 Thread Akshay Joshi
t; >> > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

[pgadmin-hackers] pgAdmin 4 commit: Fixed handling of default parameters ordering in func

2017-04-25 Thread Akshay Joshi
Fixed handling of default parameters ordering in functions. Fixes #2350 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6790bfd0c07bb0701471f392e5d76bbe89ecc513 Author: Murtuza Zabuawala Modified Files -- .../servers/databases/sch

Re: [pgadmin-hackers] [pgAdmin4][PATCH] Table column edit breaks when using column level permissions

2017-04-25 Thread Akshay Joshi
via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> To make changes to your subscription: >> http://www.postgresql.org/mailpref/pgadmin-hackers >> >> > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > Enter

[pgadmin-hackers] pgAdmin 4 commit: Fixed handling of nested privileges. Fixes #2335

2017-04-25 Thread Akshay Joshi
Fixed handling of nested privileges. Fixes #2335 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ce1f216caaec414def266cc69d90961b8c0a131 Author: Murtuza Zabuawala Modified Files -- .../browser/server_groups/servers/static/js/priv

Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue with displaying bigint[] values in query tool

2017-04-24 Thread Akshay Joshi
fix the the issue with bigint[] array values as JS >>>>>> truncates long numbers from array object. >>>>>> RM#2272 >>>>>> >>>>> >>>> Hi >>>> >>>> As far as I can see, this doesn't work

[pgadmin-hackers] pgAdmin 4 commit: Fix handling of bigint[] type. Fixes #2272

2017-04-24 Thread Akshay Joshi
Fix handling of bigint[] type. Fixes #2272 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38c8a4fb607373358b49bfe656d2c0290c05020c Author: Murtuza Zabuawala Modified Files -- web/pgadmin/utils/driver/psycopg2/__init__.py | 4 ++--

Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of EXPLAIN option with IE

2017-04-24 Thread Akshay Joshi
lease review. >> RM#2347 >> >> >> -- >> Regards, >> Murtuza Zabuawala >> EnterpriseDB: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> >> >> -- >> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql

[pgadmin-hackers] pgAdmin 4 commit: startsWith() function of java script is not supported

2017-04-24 Thread Akshay Joshi
startsWith() function of java script is not supported in IE, instead use startsWith() function of underscore string. Fixes #2347 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=928c0d3de8eac88d0ef8f6272951d12dbfe636f7 Author: Murtuza Zabuawala

Re: [pgadmin-hackers] [GENERAL] pgAdmin4 needs information of v10 SCRAM authentication

2017-04-23 Thread Akshay Joshi
Hi Michael On Fri, Apr 21, 2017 at 12:07 PM, Michael Paquier wrote: > On Fri, Apr 21, 2017 at 3:27 PM, Akshay Joshi > wrote: > > from passlib.hash import scram > > hash = scram.encrypt(data['newPassword']) -- This function provide > password for all the support

[pgadmin-hackers] [pgAdmin4][Patch]: RM #2214 PostgreSQL 10.0 compatibility

2017-04-21 Thread Akshay Joshi
information. - Change the logic of Check Recovery test case as it was running for each version instead of specified database version. - Remove some unused __init__.py file. - Handle background error for dashboard when the selected server is deleted. Please review it. -- *Akshay

Re: [pgadmin-hackers] [GENERAL] pgAdmin4 needs information of v10 SCRAM authentication

2017-04-20 Thread Akshay Joshi
On Fri, Apr 21, 2017 at 12:20 PM, Michael Paquier wrote: > On Fri, Apr 21, 2017 at 3:43 PM, Akshay Joshi > wrote: > >Thanks Michael, will check this. > > One thing I forgot to mention... Both StoredKey and ServerKey are now > encoded in hex, but there is still an ope

Re: [pgadmin-hackers] [GENERAL] pgAdmin4 needs information of v10 SCRAM authentication

2017-04-20 Thread Akshay Joshi
On Fri, Apr 21, 2017 at 12:07 PM, Michael Paquier wrote: > On Fri, Apr 21, 2017 at 3:27 PM, Akshay Joshi > wrote: > > from passlib.hash import scram > > hash = scram.encrypt(data['newPassword']) -- This function provide > password for all the supported digest lik

[pgadmin-hackers] pgAdmin4 needs information of v10 SCRAM authentication

2017-04-20 Thread Akshay Joshi
ere and no clue how to encrypt/decrypt the password for SCRAM authentication. Can someone guide me out here. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

[pgadmin-hackers] pgAdmin 4 commit: Proper alignment of dropdown menu labels

2017-04-14 Thread Akshay Joshi
Proper alignment of dropdown menu labels Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c35dbc7211fe2c32a0bae76bc112b10da183de30 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/static/css/bootstrap.overrides.css | 1 + 1 fi

[pgadmin-hackers] pgAdmin 4 commit: Changed switch label from True/False to Show/Hide for

2017-04-14 Thread Akshay Joshi
Changed switch label from True/False to Show/Hide for 'Package Functions' and 'Package Procedures' node in Preferences dialog. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d566a6f3a2397f9d71c5f9ea2901fe04729cf71 Modified Files

Re: [pgadmin-hackers] pgAdmin4: Test result enhancement patch

2017-03-31 Thread Akshay Joshi
gt;> >> >> > See this is how test cases looks like while printing on console >> >> > >> >> > API: >> >> > >> >> > runTest >> >> > >> >> > (pgadmin.browser.server_groups.servers.databases.schemas. >> types.tests.test_types_put.TypesUpdateTestCase) >> >> > >> >> > Update type under schema node ... ok >> >> > >> >> > Feature tests: >> >> > >> >> > runTest >> >> > >> >> > (pgadmin.utils.tests.test_versioned_template_loader.TestVers >> ionedTemplateLoader) >> >> > ... ok >> >> > >> >> > No scenario name in feature tests. >> >> > >> >> >> >> OK, is that easy to fix while you're at it? >> > >> > >> > I have two solutions- >> > >> > 1. Need a little hack to skip scenario/test name if that does not >> exist, but >> > that's not the best idea. >> > >> > 2. Owner of feature tests should add scenario/test name to each feature >> > test. In the summary also we will know for which scenario test is >> failing or >> > skipping. >> > This is ideal and long term solution and I prefer it. >> >> Agreed - and as there are only 2 feature tests, you should be able to >> fix them up pretty quickly :-p >> >> Once code is in the repo, it's "ours", meaning the entire communities. >> I wouldn't expect us to ping all issues back to Pivotal - we're one >> team on this. >> >> Thanks! >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > > > > -- > Regards, > Navnath Gadakh > > EnterpriseDB Corporation > The Enterprise PostgreSQL Company > > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix dialog help in browser tab/window

2017-03-31 Thread Akshay Joshi
ly we not using Object help > button in query tool or debugger at present, meanwhile this patch will fix > the issue for dialog help button only. > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: &g

[pgadmin-hackers] pgAdmin 4 commit: Dialog Help was broken in case where query tool/Debug

2017-03-31 Thread Akshay Joshi
Dialog Help was broken in case where query tool/Debugger opens in new browser tab. Fixes #2310 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08ff9d7422aef7e1bdd46c5d71f5965ee5e36ab4 Author: Murtuza Zabuawala Modified Files -- ..

[pgadmin-hackers] [pgAdmin4][Patch] RM #2232 Add the ability to gray-out/disable the "Save Password" option when creating a connection to a server

2017-03-31 Thread Akshay Joshi
Hi Please find the attached patch to fix RM #2232 Add the ability to gray-out/disable the "Save Password" option when creating a connection to a server. Please review it. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_

Re: [pgadmin-hackers] Patch for Feature #1344 Can't use multiple monitors (Windows 10)

2017-03-27 Thread Akshay Joshi
work fine. > > Can you take a look please? > Attached is the patch file to fix this issue. Can you please review it. > > Thanks. > > On Fri, Mar 24, 2017 at 10:45 AM, Dave Page wrote: > > > > > > On Fri, Mar 24, 2017 at 8:52 AM, Akshay Joshi > > wrot

Re: [pgadmin-hackers] Patch for Feature #1344 Can't use multiple monitors (Windows 10)

2017-03-24 Thread Akshay Joshi
On Fri, Mar 24, 2017 at 2:22 PM, Akshay Joshi wrote: > Hi All > > I have implemented Feature #1344 Can't use multiple monitors (Windows 10). > Attached is the patch file. I did following things in this patch: > >- Added "Open in New Browser Tab" preferences

[pgadmin-hackers] Patch for Feature #1344 Can't use multiple monitors (Windows 10)

2017-03-24 Thread Akshay Joshi
ndow.open" and related functions to open the query tool and debugger in other browser tab. I have tested it on Chrome, Firefox, Safari and Runtime. In Safari user will have to uncheck "Block pop up window" settings. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +9

[pgadmin-hackers] pgAdmin 4 commit: Added timeout in _wait_timeout function in our psycop

2017-03-24 Thread Akshay Joshi
Added timeout in _wait_timeout function in our psycopg2 module. Fixes debugger module, Added common function to covert 2d array data to dict for BackGrid. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4e88217eb60e70872c3177af65f80f0c886924f

Re: [pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency

2017-03-01 Thread Akshay Joshi
#x27;,'sql_parts','postgres',,false,false,false > >>> 'information_schema','sql_features','postgres',,false,false,false > >>> 'pem','server_version','postgres',,'true',false,'true' > >>> > >> Fixed > >>> > >>> - I get the same error as above, if I try to run "create table foo(id > >>> serial)" > >>> > >> Fixed > >>> > >>> - "columns_info" should be "column_info", as "def > >>> get_columns_info(self)" should be "def get_column_info(self)" > >>> > >> Fixed > >>> > >>> > 2) While testing I also found one issue where we are unable to right > >>> > click > >>> > on browser tree if we set Debug = False in config_local.py file, this > >>> > was > >>> > because of typo as path for css was changed to '/js/' to '/vendor/'. > >>> > (separate patch RM#2213) > >>> > >>> Thanks, applied (along with the change to the About dialogue). > >>> > >>> -- > >>> Dave Page > >>> Blog: http://pgsnake.blogspot.com > >>> Twitter: @pgsnake > >>> > >>> EnterpriseDB UK: http://www.enterprisedb.com > >>> The Enterprise PostgreSQL Company > >> > >> > > > > > > > > -- > > Dave Page > > Blog: http://pgsnake.blogspot.com > > Twitter: @pgsnake > > > > EnterpriseDB UK: http://www.enterprisedb.com > > The Enterprise PostgreSQL Company > > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

[pgadmin-hackers] pgAdmin 4 commit: Query tool efficiency.Convert the data as a 2D array

2017-03-01 Thread Akshay Joshi
Query tool efficiency.Convert the data as a 2D array instead of dict. Fixes #2036 Incremental back off when polling. Fixes #2038 Initial Patch By: Dave Page Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=480e00fddf444b9355613ae80277c5c47a8fe4

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFE support for functions missing

2017-02-03 Thread Akshay Joshi
; Fix: Incorporated the PARALLEL SAFE support for the functions and > procedures for PostgreSQL 9.6. > > Thanks, > Khushboo > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.p

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2069 - Wrong tablespace displayed in table properties

2017-02-03 Thread Akshay Joshi
Thanks Khushboo. Patch applied. On Fri, Feb 3, 2017 at 3:37 PM, Dave Page wrote: > > > On Fri, Feb 3, 2017 at 9:59 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Dave >> >> On Fri, Feb 3, 2017 at 3:10 PM, Dave Page wrote: >> >

[pgadmin-hackers] pgAdmin 4 commit: 1) Wrong tablespace displayed in table properties. Fi

2017-02-03 Thread Akshay Joshi
1) Wrong tablespace displayed in table properties. Fixes #2069 2) Message (Connection to the server has been lost.) displayed with Materialized view and view under sql tab. Fixes #2139 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2ac6fc6a79

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2069 - Wrong tablespace displayed in table properties

2017-02-03 Thread Akshay Joshi
at 7:47 AM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> Please find the attached updated patch. >> >> Thanks, >> Khushboo >> >> On Fri, Feb 3, 2017 at 1:08 PM, Akshay Joshi < >> akshay.jo...@enterprisedb

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2069 - Wrong tablespace displayed in table properties

2017-02-02 Thread Akshay Joshi
. >>> >> >>> > Done >>> >> >>> >> So I think to complete this we need to review all objects that use >>> >> tablespaces (databases, tables, matviews, indexes, index-backed >>> >> constraints) and ensure: >>> &

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved

2016-12-23 Thread Akshay Joshi
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: > >> >> &

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved

2016-12-16 Thread Akshay Joshi
On Fri, Dec 16, 2016 at 6:28 PM, Dave Page wrote: > Hi > > On Fri, Dec 16, 2016 at 12:46 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Dave >> >> On Fri, Dec 16, 2016 at 5:22 PM, Dave Page wrote: >> >>> Hi

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved

2016-12-16 Thread Akshay Joshi
Hi Dave On Fri, Dec 16, 2016 at 5:22 PM, Dave Page wrote: > Hi > > On Fri, Dec 16, 2016 at 8:47 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi All >> >> Please find the attached patch to fix the RM #1807 Query Tool Does Not >>

[pgadmin-hackers] [pgAdmin4][Patch]: RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved

2016-12-16 Thread Akshay Joshi
Hi All Please find the attached patch to fix the RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1807.patch Description: Binary data -- Sent via pgadmin-hackers

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 1789 Column width of data output panel should fit to data (as pgAdmin III)

2016-12-09 Thread Akshay Joshi
columns to 80 and for all other data types it is 20% of the container width as 33% is too wide. Attached is the patch file, please review it and let me know the review comments. On Fri, Dec 9, 2016 at 2:15 PM, Akshay Joshi wrote: > Hi Dave > > On Fri, Oct 28, 2016 at 8:43 PM, Dave P

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 1789 Column width of data output panel should fit to data (as pgAdmin III)

2016-12-09 Thread Akshay Joshi
Hi Dave On Fri, Oct 28, 2016 at 8:43 PM, Dave Page wrote: > Hi > > On Fri, Oct 28, 2016 at 7:04 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi All >> >> Please find the attached patch to fix the RM #1789 Column width of data >> ou

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1994 Insert / update are truncating if column is character

2016-12-08 Thread Akshay Joshi
jsonb, timestamp with timezone, boolean" Please review it. On Mon, Dec 5, 2016 at 11:09 PM, Dave Page wrote: > Hi > > On Friday, December 2, 2016, Akshay Joshi > wrote: > >> Hi All >> >> Please find the attached patch to fix the RM #1994 Insert / upda

[pgadmin-hackers] [pgAdmin4][Patch]: RM #1994 Insert / update are truncating if column is character

2016-12-02 Thread Akshay Joshi
nternal_size(length) and update the data type string as well as column label to be shown on column headers. After this fix if user inserts more character than the specified length it will be truncated to that length and saved it into the database. Please review it. -- *Akshay Joshi* *Princip

[pgadmin-hackers] [pgAdmin4][Patch]: RM #1992 Autocomplete doesn't quote identifiers

2016-12-01 Thread Akshay Joshi
Hi All Please find the attached patch to fix the RM #1992 Autocomplete doesn't quote identifiers. Please review it. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1992.patch Description: Binary data -- Sent via pgadmin-ha

[pgadmin-hackers] [pgAdmin4][Patch]: RM 1919 View Filtered Rows only saving a single change per row

2016-11-04 Thread Akshay Joshi
Hi All Please find the attached patch to fix the RM #1919 View Filtered Rows only saving a single change per row. Please review it. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1919.patch Description: Binary data -- Sent via

Re: [pgadmin-hackers] Graceful error handling in the runtime

2016-11-02 Thread Akshay Joshi
ogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

[pgadmin-hackers] pgAdmin 4 commit: Fixes #1909 Handle startup errors more gracefully in

2016-11-02 Thread Akshay Joshi
Fixes #1909 Handle startup errors more gracefully in the runtime Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5be9d5f054c1014446a5d12e3381e594bc776b50 Author: Dave Page Modified Files -- runtime/pgAdmin4.cpp | 88 +++

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 1729 Role privileges are badly displayed

2016-11-01 Thread Akshay Joshi
Hi All On Fri, Oct 28, 2016 at 8:53 PM, Dave Page wrote: > > > On Fri, Oct 28, 2016 at 10:23 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi All >> >> Please find the attached patch to fix the RM #1729 Role privileges are >> badl

[pgadmin-hackers] [pgAdmin4][Patch]: RM 1729 Role privileges are badly displayed

2016-10-28 Thread Akshay Joshi
Hi All Please find the attached patch to fix the RM #1729 Role privileges are badly displayed Please review it. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1729.patch Description: Binary data -- Sent via pgadmin-hackers mailing

[pgadmin-hackers] [pgAdmin4][Patch]: RM 1789 Column width of data output panel should fit to data (as pgAdmin III)

2016-10-27 Thread Akshay Joshi
Hi All Please find the attached patch to fix the RM #1789 Column width of data output panel should fit to data (as pgAdmin III). Please review it. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1789.patch Description: Binary data

[pgadmin-hackers] pgAdmin 4 commit: Fixed issue where some parameter like 'Volatility, Le

2016-10-20 Thread Akshay Joshi
Fixed issue where some parameter like 'Volatility, LeakProof , Variables etc..' not visible in SQL definition for functions and trigger functions. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76fb8315540fbdf27d899898e25589f6130cf0c6 Modifie

[pgadmin-hackers] pgAdmin 4 commit: Fixes #1843 Function definition does not match value

2016-10-20 Thread Akshay Joshi
Fixes #1843 Function definition does not match value returned from pg_get_functiondef() Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c5d81b6f5c1579c1a2b486adca5cdb8c2daaca8 Author: Dan Vianello Modified Files -- .../schemas/fu

[pgadmin-hackers] [pgAdmin4][Patch]: RM 1847 SQL script generated by pgAdmin 4 to create table has errors.

2016-10-14 Thread Akshay Joshi
Hi All Please find the attached patch to fix the RM #1847 SQL script generated by pgAdmin 4 to create table has errors. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1847.patch Description: Binary data -- Sent via pgadmin-hackers

[pgadmin-hackers] Re: RM#1387 [Add-on PATCH] Bad handling of missing connection database server

2016-09-06 Thread Akshay Joshi
Code looks good to me. Patch applied. On Tue, Sep 6, 2016 at 12:05 PM, Akshay Joshi wrote: > > > On Fri, Sep 2, 2016 at 7:49 PM, Dave Page wrote: > >> Akshay, can you review/commit this please? >> > > Sure. > >> >> Thanks. >> >> On

[pgadmin-hackers] pgAdmin 4 commit: Improve the logic for Bad handling of missing connect

2016-09-06 Thread Akshay Joshi
Improve the logic for Bad handling of missing connection database server RM #1387 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ac65070bc791e1fc8fb0a9c72808f60d48471d7 Author: Ashesh Vashi Modified Files -- .../browser/server_g

[pgadmin-hackers] Re: RM#1387 [Add-on PATCH] Bad handling of missing connection database server

2016-09-05 Thread Akshay Joshi
>> >> >> *http://www.linkedin.com/in/asheshvashi* >> <http://www.linkedin.com/in/asheshvashi> >> >>> >>> -- >>> >>> Thanks & Regards, >>> >>> Ashesh Vashi >>> EnterpriseDB INDIA: Enterprise

Re: [pgadmin-hackers] PATCH: SlickGrid integration in query tool (pgAdmin4)

2016-08-29 Thread Akshay Joshi
sedb.com> wrote: >> >>> >>> -- >>> Regards, >>> Murtuza Zabuawala >>> EnterpriseDB: http://www.enterprisedb.com >>> The Enterprise PostgreSQL Company >>> >>> -- Forwarded message -- >>> From: Murtu

[pgadmin-hackers] pgAdmin 4 commit: SlickGrid Integration in to query tool. Fixes #1618

2016-08-29 Thread Akshay Joshi
SlickGrid Integration in to query tool. Fixes #1618 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c56e4667df7979fe23fab0a0ee2f7809f144ff97 Author: Murtuza Zabuawala Modified Files -- libraries.txt

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM#1238

2016-08-29 Thread Akshay Joshi
; formed proper SQL and now user can debug the function mentioned in RM case. >> >> Please review it and let us know for any comments. >> >> Thanks, >> Neel Patel >> >> >> -- >> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)

[pgadmin-hackers] pgAdmin 4 commit: Debugger listener starting error displayed if user tr

2016-08-29 Thread Akshay Joshi
Debugger listener starting error displayed if user try to debug plpgsql cs_fmt_browser_version function that contains parameters. Fixes #1238 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c6f6609bc3dbe2dd61b5b92802389e2b310006e Author: Neel

Re: [pgadmin-hackers] [pgAdmin4][patch]: RM #1226

2016-08-29 Thread Akshay Joshi
> trigger and trigger function node. Now with this patch, user can able to >> debug trigger function. >> >> Please review it and let us know for any comments. >> >> Thanks, >> Neel Patel >> >> >> -- >> Sent via pgadmin-hackers maili

[pgadmin-hackers] pgAdmin 4 commit: Set break point option should present in pgAdmin4 for

2016-08-29 Thread Akshay Joshi
Set break point option should present in pgAdmin4 for trigger. Fixes #1226 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f5249f2e18c32a403a96b418669da738e50357c7 Author: Neel Patel Modified Files -- web/pgadmin/tools/debugger/__i

Re: [pgadmin-hackers] [pgAdmin4][Patch]: SqlFieldControl enhancements

2016-08-29 Thread Akshay Joshi
ight. set *line-height *css property to > fix the issue. > > > Please find attached patch and review. > > > Thanks, > Surinder Kumar > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: &

[pgadmin-hackers] pgAdmin 4 commit: SqlFieldControl enhancements

2016-08-29 Thread Akshay Joshi
SqlFieldControl enhancements Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d75eac1177c3c1f890f3423a0b31e2e1b0b3706 Author: Surinder Kumar Modified Files -- web/pgadmin/static/css/overrides.css | 11 +++ web/pgadmin/s

[pgadmin-hackers] pgAdmin 4 commit: Getting 'AttributeError' in pgadmin4/web/pgadmin/brow

2016-08-26 Thread Akshay Joshi
Getting 'AttributeError' in pgadmin4/web/pgadmin/browser/server_groups/servers/__init__.py. Fixes #1464 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b05464a04a533a36f30f808b1bc0ab6d3062180 Modified Files -- web/pgadmin/browser/

Re: [pgadmin-hackers] PATCH: Synonym node for EPAS (pgAdmin4)

2016-08-26 Thread Akshay Joshi
tached) > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Thu, Aug 25, 2016 at 4:34 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Murtuza >> >> Follo

[pgadmin-hackers] pgAdmin 4 commit: Implemented Synonym node for EPAS

2016-08-26 Thread Akshay Joshi
Implemented Synonym node for EPAS Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5a78dd7ad3e9361f9c3b7f1d9d593fe685eb3f66 Author: Murtuza Zabuawala Modified Files -- .../packages/templates/package/js/package.js | 30 +- .../

[pgadmin-hackers] pgAdmin 4 commit: Internal sever error displayed if create New user map

2016-08-25 Thread Akshay Joshi
Internal sever error displayed if create New user mapping with public user. Fixes #1468 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b72448ec92d725bd711e4449045830c5c8369e0 Modified Files -- .../user_mapping/templates/user_mapp

Re: [pgadmin-hackers] PATCH: Synonym node for EPAS (pgAdmin4)

2016-08-25 Thread Akshay Joshi
ostgreSQL Company >> > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Re: [pgadmin-hackers] PATCH: id and pid is not being sent in response (pgAdmin4)

2016-08-25 Thread Akshay Joshi
ew. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgres

[pgadmin-hackers] pgAdmin 4 commit: domain node: id and pid is not being generated. Fixes

2016-08-25 Thread Akshay Joshi
domain node: id and pid is not being generated. Fixes #1586 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05473a7a35b0c09b73a5615a07cfe300ffd893bf Author: Murtuza Zabuawala Modified Files -- .../server_groups/servers/databases/sc

[pgadmin-hackers] pgAdmin 4 commit: Trigger issues through right click. Fixes #1209

2016-08-23 Thread Akshay Joshi
Trigger issues through right click. Fixes #1209 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e016869ad5b0377091ffd909ac9d5982e5574905 Modified Files -- .../templates/trigger/sql/9.1_plus/create.sql | 7 ++- .../trigger/sql/9

[pgadmin-hackers] Fixed RM #1209 Trigger issues through right click

2016-08-23 Thread Akshay Joshi
is mentioned in the RM #1209. Attached is the patch file, please review it and let me know the review comments (if any) -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1209.patch Description: Binary data -- Sent via pgadmin-hackers

[pgadmin-hackers] Fixes RM #1567 Exception display if select Font size less then 1 for SQL text

2016-08-19 Thread Akshay Joshi
Hi All I have fixed the RM #1567 "Exception display if select Font size less then 1 for SQL text". Attached is the patch file, please review it and let me know the review comments. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Re: [pgadmin-hackers] PATCH: Fixed typo in security labels macro (pgAdmin4)

2016-08-18 Thread Akshay Joshi
//www.enterprisedb.com > The Enterprise PostgreSQL Company > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > -- *Akshay Joshi* *Principal

[pgadmin-hackers] pgAdmin 4 commit: Fixed typo in security labels macro Fixes #1457

2016-08-18 Thread Akshay Joshi
Fixed typo in security labels macro Fixes #1457 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e0a61f5564bb9b2dcf7fa90fc7f36d9c748ac5b Author: Murtuza Zabuawala Modified Files -- .../databases/schemas/templates/macros/schemas/sec

[pgadmin-hackers] Fixes RM #1453 Reduce menu bar height

2016-08-18 Thread Akshay Joshi
Hi All I have fixed the RM #1453 "Reduce menu bar height". As per comment in the RM, I have kept size to 40px. Attached is the patch file, please review it and let me know the review comments. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 97

[pgadmin-hackers] Fix for RM 1252 Support CREATE LANGUAGE

2016-08-12 Thread Akshay Joshi
Hi All I have fixed RM #1252 "Support CREATE LANGUAGE". Attached is the patch file, please review it and let me know the review comments. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1252.patch Description: Binary data --

[pgadmin-hackers] RM #1461 Query tool button/menu inconsistencies

2016-08-09 Thread Akshay Joshi
Hi All Attached is the patch to fix RM #1461 Query tool button/menu inconsistencies. Please review it and let me know the review comments. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1461.patch Description: Binary data -- Sent via

  1   2   3   4   >