Re: SQL/MED - file_fdw

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL/MED - file_fdw
Дата
Msg-id 8642.1292256767@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SQL/MED - file_fdw  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: SQL/MED - file_fdw  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Hmm. I don't think that's going to expose enough for what I want to be 
> able to do. I actually had in mind exposing lower level routines like 
> CopyReadAttibutesCSV/CopyReadAttributesText and allowing the Foreign 
> Data Wrapper to manipulate the raw values read (for example from an 
> irregularly shaped CSV file).

I think that exposing the guts of COPY to the open air is a bad idea.
We refactor that code for performance or other reasons every release or
two.  I don't want to find us tied down to the current implementation
because we're afraid of breaking third-party FDWs.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: hstores in pl/python
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: ALTER EXTENSION ... UPGRADE;