I'm trying to copy data from an ascii file to a postgres table using :
copy table using 'Home/tetrao/tetrao.txt' using delimiters ';';
My question is : How do i enter valide dates form that file when the
column is empty (;;)? Postgres want some valide date and don't want ''
Please help !