The COPY command in the Green plum,can log the errors in to an error table. Is there any way where I can log these errors in a file.

Thanks Ganesh.R

link|improve this question

0% accept rate
Can't you just copy the table to a file? – Jack Maney Aug 31 '11 at 8:47
Won't it be an additional work,involving I/O twice. Instead is there any option in which green plum writes directly to the file. – Ganesh R Aug 31 '11 at 10:00
feedback

1 Answer

The COPY command only allows you to redirect errors to an error table. What you could do is set up an external writable table and use that as your error table for the COPY command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.