Thread

Commits

  1. Doc: Remove type information for import_generated in postgres-fdw.sgml.

  2. postgres_fdw: Fix issues with generated columns in foreign tables.

  1. Doc: Extra type info on postgres-fdw option import_generated in back branches

    Etsuro Fujita <etsuro.fujita@gmail.com> — 2021-09-12T08:44:16Z

    In commit aa769f80e, I back-patched the same postgres-fdw.sgml change,
    including $SUBJECT, to v12, but I noticed the type info on each FDW
    option is present in HEAD only.  :-(  Here is a patch to remove
    $SUBJECT from the back branches for consistency.
    Best regards,Etsuro Fujita
    
  2. Re: Doc: Extra type info on postgres-fdw option import_generated in back branches

    Etsuro Fujita <etsuro.fujita@gmail.com> — 2021-09-13T08:45:47Z

    On Sun, Sep 12, 2021 at 5:44 PM Etsuro Fujita <etsuro.fujita@gmail.com> wrote:
    > In commit aa769f80e, I back-patched the same postgres-fdw.sgml change,
    > including $SUBJECT, to v12, but I noticed the type info on each FDW
    > option is present in HEAD only.  :-(  Here is a patch to remove
    > $SUBJECT from the back branches for consistency.
    
    Pushed.
    
    Best regards,
    Etsuro Fujita