Patrik Kudo <kudo@partitur.se> writes:
> COPY forum FROM 'datei.csv' USING DELIMITERS '|';
> You should use either 'filename' OR stdin, not both.
Check. You'll probably also find that you need to supply an absolute
pathname, since the backend is not running in the same directory that
your client is in.
regards, tom lane