Re: exporting join results - Mailing list pgsql-general

From Roy Cabaniss
Subject Re: exporting join results
Date
Msg-id 1054234864.14672.16.camel@cabanisspc.uamont.edu
Whole thread Raw
In response to Re: exporting join results  (Fernando Schapachnik <fernando@mecon.gov.ar>)
List pgsql-general
On Thu, 2003-05-29 at 11:07, Fernando Schapachnik wrote:
> Either create a view and access it from an spreadsheet via ODBC, or SELECT INTO
> another table, then dump it.
>
> Good luck.
>

The select into worked quite well.  It would have been cool to have
gotten the joined structure along with the csv dump but I can deal with
it as it came.

(the invocation of psql gave an unknown -- error and I was sure that the
select into would do the trick so I didn't try to track down the error)

Thanks to all that helped.

--
Roy Cabaniss <rcaban@cabanisspc.uamont.edu>
Cabaniss Class


pgsql-general by date:

Previous
From: "Alam Surya"
Date:
Subject: Re: Triggers and Function's
Next
From: Bruno Wolff III
Date:
Subject: Re: How to deny user changing his own password?