Re: copying sql code to clipboard

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Miha Radej <miha(dot)radej(at)siix(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: copying sql code to clipboard
Date: 2004-11-05 08:55:32
Message-ID: 418B4004.30903@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Miha Radej wrote:
> hi!
>
> this is more sort of a feature request than anything else. if i do
> _anything_ where there is an "SQL" tag where the generated code is
> displayed and i copy it into clipboard, pgadmin III clears it from
> clipboard when it's closed.
>
> is it possible for pgadmin III to leave anything that's put into
> clipboard there so i can paste it into another application even after i
> close it?

Probably not without extended programming. There's no special
clear-clipboard-on-leave code in pgadmin3, so it must happen when the wx
library cleans up the wxTheClipboard instance, buried deep down in
destructors.

My advice is "don't close pgAdmin3 if you still need its resources". I
can't imagine anyway why somebody would even *want* to close pgAdmin3... :-)

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2004-11-05 10:23:13 Re: Additional features for pgAdmin
Previous Message Miha Radej 2004-11-04 18:06:58 copying sql code to clipboard