Enhancement Request - Query Tool - Run non-contiguous highlighted code

From: Christopher Maurer <chrismaurer52(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Enhancement Request - Query Tool - Run non-contiguous highlighted code
Date: 2024-03-17 16:42:33
Message-ID: CAEsmvQX7uZzLrHcAkmEbcL4brqP7TKynZomcQQ5-7F8Zwm_GgQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2024-03-18 04:30:42 Re: Enhancement Request - Query Tool - Run non-contiguous highlighted code
Previous Message Akshay Joshi 2024-03-07 13:12:32 Re: pgAdmin Release and Installer Survey