START/END line number for COPY FROM

From: Surafel Temesgen <surafel3000(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: START/END line number for COPY FROM
Date: 2018-12-20 13:02:11
Message-ID: CALAY4q8nGSXp0P5uf56vn-mD7reWqZP5k6PS1CGUm26X4FsYJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Currently we can skip header line on COPY FROM but having the ability to
skip and stop copying at any line can use to divide long copy operation and
enable to copy a subset of the file and skipping footer. Attach is a patch
for it

Regards

Surafel

Attachment Content-Type Size
copy_from_start_stop_line_v1.patch text/x-patch 10.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2018-12-20 13:46:09 Re: Index Skip Scan
Previous Message David Steele 2018-12-20 12:13:01 Re: Add timeline to partial WAL segments