Dave Page wrote:
-----Original Message-----
From: Gaetano Mendola [mailto:[EMAIL PROTECTED] Sent: 21 October 2003 19:45
To: [EMAIL PROTECTED]
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
---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?
http://archives.postgresql.org