Re: exporting join results - Mailing list pgsql-general

From Fernando Schapachnik
Subject Re: exporting join results
Date
Msg-id 20030529160716.GF620@bal740r0.mecon.gov.ar
Whole thread Raw
In response to exporting join results  (Roy Cabaniss <rcaban@cabanisspc.uamont.edu>)
Responses Re: exporting join results  (Roy Cabaniss <rcaban@cabanisspc.uamont.edu>)
List pgsql-general
Either create a view and access it from an spreadsheet via ODBC, or SELECT INTO
another table, then dump it.

Good luck.

Fernando.

En un mensaje anterior, Roy Cabaniss escribió:
> I have some tables that I am gathering data in.  Some of the data
> gathered goes into personal table and the survey results goes into the
> survey table.
>
> I can do a join with no problem to see my results with something like:
>
> select * from personal,survey WHERE personal.pid=survey.pid;
>
> I can do a dump of either table again with no problem.
>
> What I want is to get a dump of the join as a comma separated text file
> so that I can import it into my statistical software.

pgsql-general by date:

Previous
From: Roy Cabaniss
Date:
Subject: exporting join results
Next
From: "scott.marlowe"
Date:
Subject: Re: Postmaster only takes 4-5% CPU