Exporting data from view

From: "Worky Workerson" <worky(dot)workerson(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Exporting data from view
Date: 2006-06-20 16:47:50
Message-ID: ce4072df0606200947m71e1fc0m4d221eba9463b5a4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-06-20 16:58:10 Re: Help requd in writing functions in C and using in Postgres
Previous Message Aaron Evans 2006-06-20 16:46:25 Re: join on next row