Steve Peterson wrote:
> Running COPY FROM on a Windows server; using a Windows-format fully
> qualified path with backslashes results in the backslashes being interpreted
> as escapes.
Windows APIs are perfectly happy with regular / forward slashes in pathnames,
in fact, I use them everywhere BUT in command line interfaces.