Connecting Tech Pros Worldwide Forums | Help | Site Map

copy command

priyan's Avatar
Member
 
Join Date: Aug 2007
Posts: 54
#1: Aug 16 '07
Hai
I want to copy a data of a table from postgre to pdf file can do it with copy command. please reply a suggestion as soon as possible..

Thanks in advance

Moderator
 
Join Date: Nov 2006
Location: Boston, USA
Posts: 505
#2: Aug 17 '07

re: copy command


I don't think you can create a PDF file with the COPY command.
If you find some conversion tool that can create PDF from a text file, then you may be able to use the output of COPY and process it.
priyan's Avatar
Member
 
Join Date: Aug 2007
Posts: 54
#3: Aug 21 '07

re: copy command


Quote:

Originally Posted by michaelb

I don't think you can create a PDF file with the COPY command.
If you find some conversion tool that can create PDF from a text file, then you may be able to use the output of COPY and process it.



Thank u for helping me
Reply