Re: [HACKERS] Re: Postgresql bulk fast loader

2001-07-12 Thread Guy Fraser
data into its appropriate table. Then I remove the unique records and move the duplicates into a debugging table. After that I remove the remaining records and drop the temporary tables. Once this is done I vacuum the tables and regenerate the indexes. This sounds complicated but by doing things

[HACKERS] Can't import date using copy

2000-10-27 Thread Guy Fraser
Hi I have tried reformatting dates in many ways but every thing I have tried fails. I used insert and update to create and change dates with different styles and was successful. Is this a known bug? Is their a fix for this bug? or Do I have to import date variables using insert/update statem