Re: exposing COPY API

Поиск
Список
Период
Сортировка
От Shigeru HANADA
Тема Re: exposing COPY API
Дата
Msg-id 20110208184209.7DE9.6989961C@metrosystems.co.jp
обсуждение исходный текст
Ответ на Re: exposing COPY API  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Ответы Re: exposing COPY API  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Tue, 8 Feb 2011 17:49:09 +0900
Itagaki Takahiro <itagaki.takahiro@gmail.com> wrote:

> On Tue, Feb 8, 2011 at 09:38, Andrew Dunstan <andrew@dunslane.net> wrote:
> > Here is a patch against the latest revision of file_fdw to exercise this
> > API. It includes some regression tests, and I think apart from one or two
> > small details plus a requirement for documentation, is complete.
> 
> The patch contains a few fixes for typo in the original patch.
> Hanada-san, could you take them into the core file_fdw patch?

Thanks, I've applied to my local repo.

s/Centinel/Sentinel/
s/Vaidate/Validate/
s/reaind/reading/

Recent file_fdw is available here:
http://git.postgresql.org/gitweb?p=users/hanada/postgres.git;a=summary

I'll submit revised file_fdw patch after removing IsForeignTable()
catalog lookup along Heikki's proposal.

Regards,
--
Shigeru Hanada




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: exposing COPY API
Следующее
От: Ibrar Ahmed
Дата:
Сообщение: Re: REVIEW: Determining client_encoding from client locale