Re: Export data to MS Excel

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Export data to MS Excel
Date: 2007-09-01 10:08:41
Message-ID: 46D93A29.6070003@cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09/01/07 02:16, Ashish Karalkar wrote:
> Hello All,
> I want to export data from PostgreSQL tables to MS Excel.
> Is there any way?

Extract the data to a CSV (comma or tab) file.

http://www.postgresql.org/docs/
http://www.postgresql.org/docs/8.2/interactive/index.html
http://www.postgresql.org/docs/8.2/interactive/sql-copy.html

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG2TopS9HxQb37XmcRAi2oAJ0VGYEPQm0N/y1kYVW6a+eg8hfyyACg6AUz
B0u5gnYgPz8GyMIMH2hSe3g=
=l1VW
-----END PGP SIGNATURE-----

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2007-09-01 10:44:08 Re: Obtaining random rows from a result set
Previous Message Phoenix Kiula 2007-09-01 09:46:09 JOIN issues (Left vs Right for sorting), and "Nested Loop" problem