Thread

  1. psql document fix about showing FDW options

    Shigeru Hanada <shigeru.hanada@gmail.com> — 2011-08-08T05:51:52Z

    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