Re: PgAdmin Wishlist: export to clipboard

From: Mathias Durst <mathias(dot)durst(at)ezi(dot)de>
To: Harald Armin Massa <haraldarminmassa(at)gmail(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: PgAdmin Wishlist: export to clipboard
Date: 2007-01-17 09:22:06
Message-ID: 45ADEABE.704@ezi.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dear Harald,

If I'm getting you right, you are looking for exporting the result grid
of a query via Clipboard, right?
The function is already there.
Procedure: run a query as usual, an get the result in the grid.
Click on the caret left top on the grid, where the column-names and
row-numbers intersect.
This will mark the whole result set (alternatively you can mark the
lines individually, if so desired)
Now go with CTRL-C for Copy and paste the content with CTRL-V in the
context you desire.

pgAdmin-Team. The above works great, as far as it comes to plain-text.
When trying to paste the clipboard to Excel (German version) - it
wouldn't work,
because the default column separator is TAB and not selicolon. (it might
work in English environment?)

Would it be possible to implement the setup for clipboard export
configurable?
I saw that in other tools and love it.
Then the copy and paste to (German)-Excel would be a snap.

Thanks an regards
Mathais Durst

Harald Armin Massa schrieb:
>
> I allready can export query results to a text file as CSV.
>
> With ...another database and another tool... I often use the "export
> to clipboard" functionality for exporting a small amount of query
> results. (i.e . "distinct values in the "title" field of addresses"
>
> Possible placement would be within the "Export" Dialog,
> make a radio select
>
> ( ) Filename [filenameselector]
> ( ) to Clipboard
>
> as wx has a wx.Clipboard-class -> that may be doable, or?
>
> Best wishes
>
> Harald
>
> --
> GHUM Harald Massa
> persuadere et programmare
> Harald Armin Massa
> Reinsburgstraße 202b
> 70197 Stuttgart
> 0173/9409607
> -
> Python: the only language with more web frameworks than keywords.

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2007-01-17 09:55:26 Re: PgAdmin Wishlist: export to clipboard
Previous Message Dave Page 2007-01-17 08:21:59 Re: COPY my_table FROM STDIN