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

Started by Etsuro Fujitaover 4 years ago2 messages
#1Etsuro Fujita
etsuro.fujita@gmail.com
1 attachment(s)

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

Attachments:

remove-extra-type-info.patchapplication/octet-stream; name=remove-extra-type-info.patchDownload
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index c51dd1177f..cf7488ffb2 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -556,7 +556,7 @@ OPTIONS (ADD password_required 'false');
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><literal>import_generated</literal> (<type>boolean</type>)</term>
+     <term><literal>import_generated</literal></term>
      <listitem>
       <para>
        This option controls whether column <literal>GENERATED</literal> expressions
#2Etsuro Fujita
etsuro.fujita@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Doc: Extra type info on postgres-fdw option import_generated in back branches

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