Re: Issue import (COPY) data by between miss lines

From: phuongnh2 <phuongnh2(at)vng(dot)com(dot)vn>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Issue import (COPY) data by between miss lines
Date: 2015-05-07 06:56:37
Message-ID: 1430981797169-5848264.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have retry this

COPY raw_table FROM '/data/scribe_log/CREATE_ORDER-2015-04-16_00009' WITH
(FORMAT CSV, HEADER, DELIMITER E',', NULL '\n',ERROR_LOGGING,
ERROR_LOGGING_SKIP_BAD_ROWS);

ERROR: option "error_logging" not recognized

Current version: "PostgreSQL 9.4.1 on x86_64-unknown-linux-gnu, compiled by
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11), 64-bit"

How to fix it ??

thanks,
phuongnh2

--
View this message in context: http://postgresql.nabble.com/Issue-import-COPY-data-by-between-miss-lines-tp5848263p5848264.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mauricio Tavares 2015-05-07 13:30:30 instalação do postgresql93-contrib.x86_64
Previous Message phuongnh2 2015-05-07 06:32:35 Issue import (COPY) data by between miss lines