Re: Fwd: [SQL] i want small information regarding postgres

2012-01-08 Thread Alvaro Herrera
Excerpts from Samuel Gendler's message of lun ene 02 08:44:53 -0300 2012: > would someone with the appropriate authority please unsubscribe this > person's email address from this list so we don't all get a bounce message > after every email we send to the list? Thanks. Just did it. In the futu

Fwd: [SQL] i want small information regarding postgres

2012-01-05 Thread Samuel Gendler
e: [SQL] i want small information regarding postgres Please find an English version below. Geachte, Dit is een geautomatiseerd antwoord. Het email adres van Jan Verheyden werkt niet meer. De gebruiker heeft geen email adres opgegeven voor professionele doeleinden. De

Re: [SQL] i want small information regarding postgres

2012-01-02 Thread Brent Dombrowski
On Jan 2, 2012, at 12:00 AM, Andreas Kretschmer wrote: > vinodh chowdary wrote: > >> 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. > > This should be possible with ODBC. > (

Re: [SQL] i want small information regarding postgres

2012-01-02 Thread Samuel Gendler
On Sun, Jan 1, 2012 at 8:21 PM, vinodh chowdary wrote: > 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. > > You can export data in CSV format, which excel can easily read, or you can s

Re: [SQL] i want small information regarding postgres

2012-01-02 Thread Erdinc Akkaya
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 > Hi sir, > > i am using postgres as database for my project. > i want to convert postgres d

Re: [SQL] i want small information regarding postgres

2012-01-02 Thread Andreas Kretschmer
vinodh chowdary wrote: > 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. This should be possible with ODBC. (But i'm not familiar with it, don't ask me how ...) Andreas -- Really

[SQL] i want small information regarding postgres

2012-01-01 Thread vinodh chowdary
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