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-12T08:44:16Z
Lists: pgsql-hackers
Attachments
- remove-extra-type-info.patch (application/octet-stream) patch
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
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