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

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-09-13T08:45:47Z
Lists: pgsql-hackers
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



Commits

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

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