Allow COPY's 'text' format to output a header

Edit
ID 1629
Title Allow COPY's 'text' format to output a header
Topic SQL Commands
Created 2018-05-13 23:22:31
Last modified 2018-10-02 05:07:04 (6 years, 1 month ago)
Latest email 2022-03-30 07:11:09 (2 years, 7 months ago)
Status
2018-09: Returned with feedback
2018-07: Moved to next CF
Target version
Authors Simon Muller (samuller)
Reviewers Cynthia Shang (cshang)Become reviewer
Committer Andrew Dunstan (adunstan)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/1629
git checkout commitfest/cf/1629
Emails
Allow COPY's 'text' format to output a header
First at 2018-05-13 22:18:38 by Simon Muller <samullers at gmail.com>
Latest at 2022-03-30 07:11:09 by Peter Eisentraut <peter.eisentraut at enterprisedb.com>
Latest attachment (v12-0001-Add-header-matching-mode-to-COPY-FROM.patch) at 2022-01-30 22:56:57 from Rémi Lapeyre <remi.lapeyre at lenstra.fr>
    Attachment (v12-0001-Add-header-matching-mode-to-COPY-FROM.patch) at 2022-01-30 22:56:57 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v11-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2021-12-31 17:36:33 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v10-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2021-04-11 14:35:12 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v9-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2021-04-11 11:01:22 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v8-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2021-04-10 23:17:03 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v7-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2020-12-07 23:40:24 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v6-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2020-10-13 12:49:07 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v5-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2020-10-03 21:42:52 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v5-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2020-08-17 12:49:09 from vignesh C <vignesh21 at gmail.com> (Patch: Yes)
    Attachment (v4-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2020-07-18 15:25:55 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v3-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2020-07-17 16:48:21 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v3-0002-Add-header-matching-mode-to-COPY-FROM.patch) at 2020-07-17 14:54:10 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v3-0001-Add-header-support-to-COPY-TO-text-format.patch) at 2020-07-17 14:54:09 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v2-0001-Allow-COPY-text-to-output-a-header-and-add-header.patch) at 2020-07-08 11:45:01 from Rémi Lapeyre <remi.lapeyre at lenstra.fr> (Patch: Yes)
    Attachment (v2-0001-Allow-COPY-text-to-output-a-header-and-add-header.patch) at 2020-03-09 17:13:38 from Rémi Lapeyre <remi.lapeyre at henki.fr> (Patch: Yes)
    Attachment (v1-0001-Allow-COPY-test-to-output-a-header-and-add-header.patch) at 2020-02-25 21:38:32 from Rémi Lapeyre <remi.lapeyre at henki.fr> (Patch: Yes)
    Attachment (text_header_v6.patch) at 2018-08-08 18:57:33 from Simon Muller <samullers at gmail.com> (Patch: Yes)
    Attachment (text_header_v5.patch) at 2018-08-02 19:30:26 from Simon Muller <samullers at gmail.com> (Patch: Yes)
    Attachment (text_header_v4.patch) at 2018-07-25 22:09:43 from Simon Muller <samullers at gmail.com> (Patch: Yes)
    Attachment (move-copy-tests-v1.patch) at 2018-07-25 17:36:54 from Cynthia Shang <cynthia.shang at crunchydata.com> (Patch: Yes)
    Attachment (text_header_v3.patch) at 2018-07-10 18:51:00 from Simon Muller <samullers at gmail.com> (Patch: Yes)
    Attachment (text_header_v2.patch) at 2018-07-04 20:44:32 from Simon Muller <samullers at gmail.com> (Patch: Yes)
    Attachment (0001-Allow-COPY-s-text-format-to-output-a-header.patch) at 2018-05-13 22:18:38 from Simon Muller <samullers at gmail.com> (Patch: Yes)
History
When Who What
2018-10-02 05:07:04 Michael Paquier (michael-kun) Closed in commitfest 2018-09 with status: Returned with feedback
2018-08-17 04:40:10 Michael Paquier (michael-kun) New status: Waiting on Author
2018-08-13 21:36:24 Andrew Dunstan (adunstan) Added adunstan as committer
2018-08-10 21:39:27 Andrew Dunstan (adunstan) Closed in commitfest 2018-07 with status: Moved to next CF
2018-07-26 16:45:17 Cynthia Shang (cshang) New status: Ready for Committer
2018-07-26 16:06:35 Simon Muller (samuller) New status: Needs review
2018-07-25 17:24:27 Cynthia Shang (cshang) New status: Waiting on Author
2018-07-24 15:11:34 Cynthia Shang (cshang) Added cshang as reviewer
2018-05-13 23:23:27 Simon Muller (samuller) Changed authors to Simon Muller (samuller)
2018-05-13 23:22:31 Simon Muller (samuller) Attached mail thread CAF1-J-0PtCWMeLtswwGV2M70U26n4g33gpe1rcKQqe6wVQDrFA@mail.gmail.com
2018-05-13 23:22:31 Simon Muller (samuller) Created patch record
Edit