Re: Table to Excel - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: Table to Excel
Date
Msg-id 162867790903260004u4938ed45j9e5dd0051f700b92@mail.gmail.com
Whole thread Raw
In response to Table to Excel  (Nicholas I <nicholas.domnic.i@gmail.com>)
Responses Re: Table to Excel  (Josh Trutwin <josh@trutwins.homeip.net>)
List pgsql-sql
hello

use csv format - excel have to read this format without any format

COPY tablename TO '...' CSV;

regards
Pavel Stehule

2009/3/26 Nicholas I <nicholas.domnic.i@gmail.com>:
> Hi ,
>
>  Does any one how to convert table to excel.
>
>  I just tried the COPY table_name to '/home/user/output.xls' using
> delimiters ',';
>
> but the out put of the table that is the column in a table are tab separted,
> all were merged in a single cell.
>
> -Nicholas I
>


pgsql-sql by date:

Previous
From: Nicholas I
Date:
Subject: Table to Excel
Next
From: Josh Trutwin
Date:
Subject: Re: Table to Excel