Re: New Copy Formats - avro/orc/parquet - Mailing list pgsql-general

From Tom Lane
Subject Re: New Copy Formats - avro/orc/parquet
Date
Msg-id 30861.1518444558@sss.pgh.pa.us
Whole thread Raw
In response to Re: New Copy Formats - avro/orc/parquet  (Magnus Hagander <magnus@hagander.net>)
List pgsql-general
Magnus Hagander <magnus@hagander.net> writes:
> +1. And bonus points if an API can also be defined so such an extension
> parsing also becomes useful to file_fdw automatically (or at least
> optionally).

Hm, well, file_fdw already goes through COPY FROM, so it seems like it'd
almost just work.  "Almost" because there'd need to be a way for it to
support the appropriate options.  So this means that whatever the
mechanism is for extension-specific options, it has to be introspectable
enough for file_fdw.c to understand what to expose as FDW options.

            regards, tom lane


pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: New Copy Formats - avro/orc/parquet
Next
From: Luis Carril
Date:
Subject: Trying to the behavior of a parallel query with with a change in thetransaction isolation mode