switch to using \\copy rather than copy since the backend typicallyis not able to read the dat file because of permissions (or if it ison a remote machine the file typically will not even exist).bug #1033
Decided that assuming SQL data files are CSV-formatted files is a bad ideaafter running into a package that embeds comments in its data! Changedfrom .csv to .dat and all that implies. Still more testing to do...