Обсуждение: Writing to a flat file using procedures

Поиск
Список
Период
Сортировка

Writing to a flat file using procedures

От
"Nalin Bakshi"
Дата:
Hi!
    My project requires me to fetch some data from a a table and write it into a flat file. How can I do this. Could you help?
regards,
Nalin.

Re: Writing to a flat file using procedures

От
"Jim C. Nasby"
Дата:
On Sat, Feb 11, 2006 at 10:48:08AM +0530, Nalin Bakshi wrote:
> Hi!
>     My project requires me to fetch some data from a a table and write it into a flat file. How can I do this. Could
youhelp? 
> regards,

http://www.postgresql.org/docs/8.1/interactive/sql-copy.html
See also \copy on
http://www.postgresql.org/docs/8.1/interactive/app-psql.html , which
removes the need for the file to be writable by the back-end.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461