Re: i want small information regarding postgres

From: Erdinc Akkaya <hz(dot)root(at)gmail(dot)com>
To: vinodh chowdary <vinodchowdary9(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: i want small information regarding postgres
Date: 2012-01-02 08:07:33
Message-ID: CANrGAiN716k5==EiGTwr2L4anhbgFWgsxSnN2=drUq+ZfXZdZg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

use copy command.
COPY (your_sql_goes_here) TO '/home/someone/test.csv';

you can also set delimeter. take a look at
http://www.postgresql.org/docs/current/static/sql-copy.html

2012/1/2 vinodh chowdary <vinodchowdary9(at)gmail(dot)com>

> 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.
>
>
>
>
> --
> vinodh
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Samuel Gendler 2012-01-02 10:36:07 Re: i want small information regarding postgres
Previous Message Andreas Kretschmer 2012-01-02 08:00:22 Re: i want small information regarding postgres