psql document fix about showing FDW options

Shigeru Hanada <shigeru.hanada@gmail.com>

From: Shigeru Hanada <shigeru.hanada@gmail.com>
To: "pgsql-hackers >> PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2011-08-08T05:51:52Z
Lists: pgsql-hackers

Attachments

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.

Regards,
-- 
Shigeru Hanada