Exporting data from view

Поиск
Список
Период
Сортировка
От Worky Workerson
Тема Exporting data from view
Дата
Msg-id ce4072df0606200947m71e1fc0m4d221eba9463b5a4@mail.gmail.com
обсуждение исходный текст
Ответы Re: Exporting data from view  ("Aaron Koning" <aaronkoning@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Harald Fuchs
Дата:
Сообщение: Re: join on next row
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Help requd in writing functions in C and using in Postgres