Re: Nasty, propagating POLA violation in COPY CSV HEADER - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Nasty, propagating POLA violation in COPY CSV HEADER
Date
Msg-id 4FE20AF6.1070702@agliodbs.com
Whole thread Raw
In response to Re: Nasty, propagating POLA violation in COPY CSV HEADER  ("Marc Mamin" <M.Mamin@intershop.de>)
Responses Re: Nasty, propagating POLA violation in COPY CSV HEADER
List pgsql-hackers
> 
> 4) MAP_HEADER ('column 1'-> 'col_1', 'Date' -> 'input_date' ...)
> 
> to cover the case when column names do not match.

Personally, I think that's going way beyond what we want to do with
COPY.  At that point, check out the CSV-array FDW.

Of course, if someone writes a WIP patch which implements the above, we
can evaluate it then.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com




pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: sortsupport for text
Next
From: Andres Freund
Date:
Subject: Re: [PATCH 10/16] Introduce the concept that wal has a 'origin' node