From: | Tino Wildenhain <tino(at)wildenhain(dot)de> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | Gaetano Mendola <mendola(at)bigfoot(dot)com>, pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Execute TO in PgadminIII |
Date: | 2003-10-22 07:30:11 |
Message-ID: | 3F963203.2040205@wildenhain.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Hi Dave,
Dave Page wrote:
>
>
>
>>-----Original Message-----
>>From: Gaetano Mendola [mailto:mendola(at)bigfoot(dot)com]
>>Sent: 21 October 2003 19:45
>>To: pgadmin-support(at)postgresql(dot)org
>>Subject: [pgadmin-support] Execute TO in PgadminIII
>>
>>The functionality execute to is not anymore present ?
>>I currently use this functionality with pgadminII to export
>>the queries result to Excell.
>
>
> Hi,
>
> The functionality is in the development branch, but only execute to
> file. pgAdmin III has no knowledge of COM so cannot export directly to
> Excel (would be kinda tricky on Linux/FreeBSD anyway!).
But simple HTML would do the trick for Excel and even OpenOffice
can read this:
<html>
<body>
<table>
<tr>
<th>column1</th><th>column2</th>
</tr>
<tr>
<td>...
and so on.
Or maybe native OpenOffice, which is XML (in a Zip archive)
Schould not be so hard. (This would help maintaining type
information)
Regards
Tino Wildenhain
From | Date | Subject | |
---|---|---|---|
Next Message | Gaetano Mendola | 2003-10-22 09:38:19 | Re: Execute TO in PgadminIII |
Previous Message | Dave Page | 2003-10-22 07:08:53 | Re: Execute TO in PgadminIII |