Re: [HACKERS] pg_reorg in core?

2012-09-21 Thread sakamoto
d do as a maintainer is to try development process more public and finds someone to corporate with:) Sakamoto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] pg_reorg in core?

2012-09-21 Thread sakamoto
efer the original author to keep the ownership. Thanks, I merged your patches with the dev branch for the time being. It would be great to have some input from the maintainers of pg_reorg in pgfoundry to see if they agree about putting it in pgxn. Hi, I'm Sakamoto, reorg mainainer. I'

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