Re: feature request

From: Michael Shapiro <mshapiro51(at)gmail(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: UNTERRAINER(dot)Guenther(at)leitwind(dot)com, PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: feature request
Date: 2012-03-08 12:26:26
Message-ID: CAGCvxebL5u8qVp3tWr+g=cZd1US+34RE1SuFEExAhH_PXssR2Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

SInce postgres would require a semi-colon between stmts, you could use that
fact to determine where a stamt starts and where it ends (even for the case
when the last stmt doesn't have one)

On Thu, Mar 8, 2012 at 3:42 AM, Guillaume Lelarge <guillaume(at)lelarge(dot)info>wrote:

>
> On Thu, 2012-03-08 at 09:35 +0100, UNTERRAINER(dot)Guenther(at)leitwind(dot)com
> wrote:
> > A suggestion to this request:
> > I was used to work with TOAD on Oracle and there when you had more
> > statements in the editor (what you usually have),
> > when you executed then automatically only the statement where you had
> > the cursor on was executed. Very useful.
> >
>
> You can already to that by selecting the query you want to execute.
> People ask that we add a new way to execute queries so that it executes
> the query where your cursor is but it is really difficult to do (where
> does your query start, and where does it stop? one possible answer would
> be to execute the line, but I have various examples showing it doesn't
> seem such a good idea).
>
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2012-03-08 12:43:27 Re: feature request
Previous Message Steffen Decker 2012-03-08 11:05:19 Bug on multi screens