Re: Table to Excel - Mailing list pgsql-sql

From Jasen Betts
Subject Re: Table to Excel
Date
Msg-id gql3ac$bsp$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Table to Excel  (Nicholas I <nicholas.domnic.i@gmail.com>)
List pgsql-sql
On 2009-03-26, Nicholas I <nicholas.domnic.i@gmail.com> wrote:
> --002215046d3b27679c0465ffd2cf
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 7bit
>
> Hi ,
>
>  Does any one how to convert table to excel.
>
>  I just tried the COPY table_name to '/home/user/output.xls' using
> delimiters ',';

use CSV, be sure to select the correct types for each column when loading
the CSV 


pgsql-sql by date:

Previous
From: Greenhorn
Date:
Subject: Re: Table to Excel
Next
From: "Tena Sakai"
Date:
Subject: a bit confused about distinct() function