Now I am trying to import a csv file into postgres table but give errors and log output shows
INSERT LOW_PRIORITY IGNORE INTO "public"."beyaz_liste" ("sira", "modelyili", "birim", "markamodel", "plaka")
VALUES ('82', '2014', 'İD.MALİ İŞ.DAİ.BŞK.', 'TOYOTA COROLLA', '55AH619');
syntax error near LOW_PRIORITY etc....
if I remove LOW_PRIORITY IGNORE then succesfully insert one line manually.
POSTGRES import CSV
Right - just done so in r4977. See this thread for details.
Please login to leave a reply, or register at first.