Re: Execute TO in PgadminIII - Mailing list pgadmin-support

From Tino Wildenhain
Subject Re: Execute TO in PgadminIII
Date
Msg-id 3F963203.2040205@wildenhain.de
Whole thread Raw
In response to Re: Execute TO in PgadminIII  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-support
Hi Dave,

Dave Page wrote:
>  
> 
> 
>>-----Original Message-----
>>From: Gaetano Mendola [mailto:mendola@bigfoot.com] 
>>Sent: 21 October 2003 19:45
>>To: pgadmin-support@postgresql.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



pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Execute TO in PgadminIII
Next
From: Gaetano Mendola
Date:
Subject: Re: Execute TO in PgadminIII