Exporting data from view - Mailing list pgsql-general

From Worky Workerson
Subject Exporting data from view
Date
Msg-id ce4072df0606200947m71e1fc0m4d221eba9463b5a4@mail.gmail.com
Whole thread Raw
Responses Re: Exporting data from view
List 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!

pgsql-general by date:

Previous
From: Harald Fuchs
Date:
Subject: Re: join on next row
Next
From: Michael Fuhr
Date:
Subject: Re: Help requd in writing functions in C and using in Postgres