Re: Exporting data from view - Mailing list pgsql-general

From Aaron Koning
Subject Re: Exporting data from view
Date
Msg-id 1319fbba0606201006k6ff18d19sf036174e7ee9b8e6@mail.gmail.com
Whole thread Raw
In response to Exporting data from view  ("Worky Workerson" <worky.workerson@gmail.com>)
Responses Re: Exporting data from view
Re: Exporting data from view
List pgsql-general
google pg_dump

On 6/20/06, Worky Workerson <worky.workerson@gmail.com> wrote:
I read recently about the efforts underway to COPY from a view,
however I was wondering what the current best-practices are for being
able to copy out of a view and import that data into an actual table
elsewhere.  I am currently doing psql -c "SELECT ..." and the using a
bit of perl to transform that into something copyable (i.e. CSV), but
is there a way to directly export the data in an easily importable
form?

Thanks!

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster



--
+--------------------------------------------
|  Aaron Koning
|  Information Technologist
|  Prince George, BC, Canada.
+--------------------------------------------
|  http://datashare.gis.unbc.ca/fist/
|  http://datashare.gis.unbc.ca/gctp-js/
+--------------------------------------------

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Help requd in writing functions in C and using in Postgres
Next
From: "A.M."
Date:
Subject: Re: [INTERFACES] help with error message from perl Pg