Re: Execute TO in PgadminIII

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Execute TO in PgadminIII
Дата
Msg-id 3F963203.2040205@wildenhain.de
обсуждение исходный текст
Ответ на Re: Execute TO in PgadminIII  ("Dave Page" <dpage@vale-housing.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Execute TO in PgadminIII
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Execute TO in PgadminIII