Re: Table to Excel

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Table to Excel
Date: 2009-03-28 11:57:00
Message-ID: gql3ac$bsp$1@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2009-03-26, Nicholas I <nicholas(dot)domnic(dot)i(at)gmail(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tena Sakai 2009-03-29 17:27:27 a bit confused about distinct() function
Previous Message Greenhorn 2009-03-27 16:27:37 Re: Table to Excel