Enhancement Request - Query Tool - Run non-contiguous highlighted code - Mailing list pgadmin-hackers

From Christopher Maurer
Subject Enhancement Request - Query Tool - Run non-contiguous highlighted code
Date
Msg-id CAEsmvQX7uZzLrHcAkmEbcL4brqP7TKynZomcQQ5-7F8Zwm_GgQ@mail.gmail.com
Whole thread Raw
Responses Re: Enhancement Request - Query Tool - Run non-contiguous highlighted code
List pgadmin-hackers
PGADMIN4's Query Tool will run only the highlighted SQL when a section of the SQL window is highlighted.  In the Windows operating system, this same window allows the highlighting of non-contiguous areas using ctrl-click&drag on the mouse, but executing such multi-region highlighted code fails because only the bottom-most highlighted region is executed.

Note that this could be VERY useful when you have coded a CTE (common table expression), as this code is at the top of the SQL and its utilization may occur significantly below its definition.

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: pgAdmin Release and Installer Survey
Next
From: Aditya Toshniwal
Date:
Subject: Re: Enhancement Request - Query Tool - Run non-contiguous highlighted code