Re: [HACKERS] patch: SQL/MED(FDW) DDL

2010-09-26 Thread SAKAMOTO Masahiko
or a single external table. - simple FDW implements to clearfy what this API could provide. These items will be shown by my collaborator soon. thanks in advance, SAKAMOTO Masahiko NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center e-mail: sakamoto.masah...@oss.ntt.co.jp -- Se

Re: [HACKERS] patch: SQL/MED(FDW) DDL

2010-09-15 Thread SAKAMOTO Masahiko
And this is sample script to play the feature of this patch. It includes: - create foreign data wrapper and foreign server(PG at localhost) - select foreign PostgreSQL table. *Important* This script initializes your database cluster(specified by $PGDATA). Run with care Regards, SAKAMOTO

[HACKERS] patch: SQL/MED(FDW) DDL

2010-09-14 Thread SAKAMOTO Masahiko
e). repository branches structures is as follows: master +foreign_table: (active) branch for this proposal - foreign_scan: (active) WIP branch for select support +fdw_ddl: (will be obsolute) branch for last CF - dblink - copy_from Thanks in advance, SAKAMOTO