From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Shigeru Hanada <shigeru(dot)hanada(at)gmail(dot)com> |
Cc: | "pgsql-hackers >> PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: psql document fix about showing FDW options |
Date: | 2011-08-11 15:48:13 |
Message-ID: | CA+TgmoaCQZJx87nh93ngYMXULfJcxt2b83Ed8=uTGMok83kjEA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
2011/8/9 Shigeru Hanada <shigeru(dot)hanada(at)gmail(dot)com>:
> postgres=# \d pgbench_accounts
> Foreign table "public.pgbench_accounts"
> Column | Type | Modifiers | Options
> ----------+---------------+-----------+---------------
> aid | integer | not null | {colname=aid}
> bid | integer | |
> abalance | integer | |
> filler | character(84) | |
> Server: pgbench
> Options: {nspname=public,"relname=foo bar"}
Looks like you've got postgresql_fdw working there... do you plan to
submit that for 9.2 soon? Any plans for qual pushdown?
> I attached WIP patch for these fixes.
> Please apply show_per_table_options.patch first against head, and then
> rename_desc_headers.patch can be applied.
Looks good to me. Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-08-11 15:50:40 | Re: per-column FDW options, v5 |
Previous Message | Robert Haas | 2011-08-11 15:17:08 | Re: psql: display of object comments |