| From: | SAKAMOTO Masahiko <sakamoto(dot)masahiko(at)oss(dot)ntt(dot)co(dot)jp> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: patch: SQL/MED(FDW) DDL |
| Date: | 2010-09-16 06:30:02 |
| Message-ID: | 4C91B96A.9020506@oss.ntt.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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 Masahiko
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
e-mail: sakamoto(dot)masahiko(at)oss(dot)ntt(dot)co(dot)jp
| Attachment | Content-Type | Size |
|---|---|---|
| test_fdw.sh | text/plain | 2.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Darren Duncan | 2010-09-16 06:33:37 | bad variable subst after "AS" |
| Previous Message | SAKAMOTO Masahiko | 2010-09-16 06:15:36 | Re: patch: SQL/MED(FDW) DDL |