Re: i want small information regarding postgres - Mailing list pgsql-sql

From Erdinc Akkaya
Subject Re: i want small information regarding postgres
Date
Msg-id CANrGAiN716k5==EiGTwr2L4anhbgFWgsxSnN2=drUq+ZfXZdZg@mail.gmail.com
Whole thread Raw
In response to i want small information regarding postgres  (vinodh chowdary <vinodchowdary9@gmail.com>)
List pgsql-sql
use copy command.
COPY (your_sql_goes_here) TO '/home/someone/test.csv';

you can also set delimeter. take a look at 


2012/1/2 vinodh chowdary <vinodchowdary9@gmail.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


pgsql-sql by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: i want small information regarding postgres
Next
From: Samuel Gendler
Date:
Subject: Re: i want small information regarding postgres