Re: i want small information regarding postgres

Поиск
Список
Период
Сортировка
От Samuel Gendler
Тема Re: i want small information regarding postgres
Дата
Msg-id CAEV0TzCaAtEQmifXFo_bWkjrOmtw0pOzn7ZQ5uzVpO4MCcvA=Q@mail.gmail.com
обсуждение исходный текст
Ответ на i want small information regarding postgres  (vinodh chowdary <vinodchowdary9@gmail.com>)
Список pgsql-sql


On Sun, Jan 1, 2012 at 8:21 PM, 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.


You can export data in CSV format, which excel can easily read, or you can set up ODBC access and load data directly into excel via an odbc query.

Google "postgresql csv" for the first solution and "postgresql excel odbc" for the second.  In both cases, the very first link has exactly the information you are looking for.

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

Предыдущее
От: Erdinc Akkaya
Дата:
Сообщение: Re: i want small information regarding postgres
Следующее
От: Brent Dombrowski
Дата:
Сообщение: Re: i want small information regarding postgres