Re: i want small information regarding postgres

Поиск
Список
Период
Сортировка
От Brent Dombrowski
Тема Re: i want small information regarding postgres
Дата
Msg-id CF7C9AAC-2172-40EB-8FC8-E44019F6C443@gmail.com
обсуждение исходный текст
Ответ на Re: i want small information regarding postgres  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список pgsql-sql
On Jan 2, 2012, at 12:00 AM, Andreas Kretschmer wrote:

> vinodh chowdary <vinodchowdary9@gmail.com> wrote:
>
>> Hi sir,
>>
>> i am using postgres as database for  my project.
>> i want to convert postgres data into excel sheet.
>> is there any way to do it?
>> please reply me.
>
> This should be possible with ODBC.
> (But i'm not familiar with it, don't ask me how ...)

I've used ODBC to generate Excel reports from PostgreSQL data in the past. It's fairly easy for simple queries. If your
queriesare complicated, you may have to execute them from a Visual Basic Macro. The MS query builder will try to check
rawSQL and may reject your query because it's not that smart. In particular, I had trouble with stored procedures in my
queries.If it is something that you plan on doing routinely, I would set up a macro and a keyboard shortcut or button
soyou can run the macro quickly and easily. 



В списке pgsql-sql по дате отправления:

Предыдущее
От: Samuel Gendler
Дата:
Сообщение: Re: i want small information regarding postgres
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: new user on mac