Re: psql document fix about showing FDW options

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-08 16:20:14
Message-ID: CA+Tgmoan5Bgo_yNezrL_KZxJGCwjyVeieGWZNnxUUq4oCbgWMA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2011/8/8 Shigeru Hanada <shigeru(dot)hanada(at)gmail(dot)com>:
> I noticed that psql document wrongly says that \d+ command shows
> per-table FDW options of a foreign table, but in fact, per-table FDW
> options are shown only in the result of \det+ command.  Attached patch
> removes this wrong description.
>
> This fix should be applied to 9.1 too.

I think we ought to fix the behavior, rather than the documentation.
It's just weird to have something show up in the list view that
doesn't appear in the detail view.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2011-08-08 16:22:48 Re: [RFC] Common object property boards
Previous Message Kohei KaiGai 2011-08-08 16:18:47 Re: [RFC] Common object property boards