psql document fix about showing FDW options

From: Shigeru Hanada <shigeru(dot)hanada(at)gmail(dot)com>
To: "pgsql-hackers >> PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: psql document fix about showing FDW options
Date: 2011-08-08 05:51:52
Message-ID: 4E3F7978.8050901@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
fix_psql_doc.patch text/plain 972 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shigeru Hanada 2011-08-08 06:13:47 Re: per-column FDW options, v5
Previous Message Tim 2011-08-07 23:53:25 Re: vacuumlo patch