Patrik Kudo <[EMAIL PROTECTED]> 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
- [SQL] Load or Copy ?? Sebastian
- Re: [SQL] Load or Copy ?? Patrik Kudo
- Tom Lane