Hi all,
Thanks for your reply on my yesterday's question regarding UTF-8 as a
UNICODE implementation in postgresql.
Is there a way to specify default values in the COPY command? In my
example example VDVSSRC and VDVSNUM are the same for the 1500000 rows of
the file. If it was possible to default their value instead of putting
it in the file, it would have been great!
COPY vd (VDNUM=DEFAULT, VDVSSRC=2, VDVSNUM=1, VDKEY, VDDATA)
FROM '/cygdrive/f/projects/web-catalog/var/vdOk.backup';
Thanks anyway .. your doing a wonderfull job with postgresql!
/David