Re: [GENERAL] \copy not importing in 702... (SOLVED)

2001-01-23 Thread Anand Raman
hi guys I just realized that this is occuring because of a the absence of a primary key in the other table. Thus the copy command exited without any failure notice.. Thanx Anand On Wed, Jan 24, 2001 at 12:29:18AM +0530, Anand Raman wrote: >hi guys > >I am having a strange problem with \copy .

[GENERAL] \copy not importing in 702...

2001-01-23 Thread Anand Raman
hi guys I am having a strange problem with \copy .. When i am trying to copy from the a csv file \copy doesnt report any error and quietly returns to the command prompt.. However when i do a select count(*) from the table it returns no rows.,. can anyone help me with this.. A sample dialog is