Re: we begin "pg external table" need your advice

Lists: pgsql-hackers
From: "maosen(dot)zhang" <maosen(dot)zhang(at)alibaba-inc(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: we begin "pg external table" need your advice
Date: 2008-11-27 07:59:18
Message-ID: 014f01c95066$0c96b760$0e883e0a@yahoo.ali.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi all:

I begin an "pg external table" in pgfoundry
(http://pgfoundry.org/projects/pgexternaltable/ ), you can find the doc
(brief and detail design)from that URL.

I am newbie to postgresql, and this code still have many defects and low
efficiency. I am very happy to get advice from you!

Thank you!

Best wishes,

maosen


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "maosen(dot)zhang" <maosen(dot)zhang(at)alibaba-inc(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: we begin "pg external table" need your advice
Date: 2008-11-27 12:20:05
Message-ID: 492E9075.8090406@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

maosen.zhang wrote:
> I begin an “pg external table” in pgfoundry
> (http://pgfoundry.org/projects/pgexternaltable/ ), you can find the doc
> (brief and detail design)from that URL.
>
> I am newbie to postgresql, and this code still have many defects and low
> efficiency. I am very happy to get advice from you!

That sounds a lot like the SQL/MED stuff that is being worked
on/planned. You may want to reconsider your work in that context.