Thread
Commits
-
Doc: Remove type information for import_generated in postgres-fdw.sgml.
- 99a1c5d068d8 12.9 landed
- b7b8e2c4a5cb 13.5 landed
- 749945c2425b 14.0 landed
-
postgres_fdw: Fix issues with generated columns in foreign tables.
- aa769f80ed80 15.0 cited
-
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
-
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